mirror of https://github.com/zulip/zulip.git
zmirror: Configure zmirror server to not use neskaya.
Per request from Camilla Fox. (imported from commit e9754236cf886ec09ce57dc0f125d6a70f24e3f3)
This commit is contained in:
parent
7faceb2d2d
commit
bdd1d8e4a4
|
@ -0,0 +1,3 @@
|
|||
# This file is automatically rewritten by the zephyr-clients post-install
|
||||
# script. So treat it right.
|
||||
zhm_args="-f z1.mit.edu z3.mit.edu"
|
|
@ -31,6 +31,14 @@ class zulip::zmirror {
|
|||
source => "puppet:///modules/zulip/cron.d/zephyr-mirror",
|
||||
}
|
||||
|
||||
file { "/etc/defaults/zephyr-clients.debathena":
|
||||
ensure => file,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/zephyr-clients.debathena",
|
||||
}
|
||||
|
||||
# TODO: Do the rest of our setup, which includes at least:
|
||||
# Building python-zephyr after cloning it from https://github.com/ebroder/python-zephyr
|
||||
# Putting tabbott/extra's keytab on the system at /home/zulip/tabbott.extra.keytab
|
||||
|
|
Loading…
Reference in New Issue