summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:08:17 +0200
committermh <mh@immerda.ch>2010-08-07 02:08:17 +0200
commit1d7bd1ff3bd49d7d1348005bed8bba56431329f5 (patch)
tree3fa80bc59c0e85dd71da22ec7b96c2fdf9dd54cf /manifests/linux.pp
parentadce830e8baf197cae3c4493f2b77e237643ecfa (diff)
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index d8095f8..a217f66 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -17,8 +17,8 @@ class puppet::linux inherits puppet::base {
}
file{'/etc/cron.d/puppetd.cron':
- source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}",
- "puppet://$server/modules/puppet/cron.d/puppetd" ],
+ source => [ "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}",
+ "puppet:///modules/puppet/cron.d/puppetd" ],
owner => root, group => 0, mode => 0644,
}
}