puppet: Fix misc puppet bugs

(imported from commit b8bff5de95e8310d19e1b176c88f79b4f22afe6a)
This commit is contained in:
Zev Benjamin 2013-11-05 12:00:05 -05:00
parent 042ab1a68d
commit ae8648b07f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class zulip-internal::loadbalancer {
owner => "root",
group => "root",
mode => 644,
source => "puppet:///modules/zulip-orig/nginx/zulip-include/",
source => "puppet:///modules/zulip-internal/nginx/zulip-include/",
notify => Service["nginx"],
}

View File

@ -31,7 +31,7 @@ class zulip-internal::zmirror {
source => "puppet:///modules/zulip-internal/cron.d/zephyr-mirror",
}
file { "/etc/defaults/zephyr-clients.debathena":
file { "/etc/default/zephyr-clients.debathena":
ensure => file,
owner => "root",
group => "root",