summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-22 13:43:08 -0400
committerMicah Anderson <micah@riseup.net>2012-08-22 13:43:08 -0400
commit24e4503906c5ffef236814b003d1fd629989fc40 (patch)
tree1721fb6c2387d6cab5c6e6aaa9ab937b52c559f3 /manifests/linux.pp
parent04d8317eb5b70aba62c2b18f6b1bd1d03aedeb5b (diff)
parented7d89163385a6eab4423aae7ce8b5d994339a2f (diff)
Merge remote-tracking branch 'riseup/master'
Conflicts: manifests/puppetmaster/debian.pp manifests/puppetmaster/linux.pp manifests/puppetmaster/package/debian.pp
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index 13788ef..d17b386 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -15,7 +15,7 @@ class puppet::linux inherits puppet::base {
}
file { '/etc/cron.d/puppetd.cron':
- source => [ "puppet:///modules/site-puppet/cron.d/puppetd",
+ source => [ "puppet:///modules/site_puppet/cron.d/puppetd",
"puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}",
"puppet:///modules/puppet/cron.d/puppetd" ],
owner => root, group => 0, mode => 0644,