summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:18 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:18 +0200
commit9a22fb94cb85f744dbb94c4056a2c3d983abd94b (patch)
tree12030d4250c5a3a18ed5f994ed1065f6c44cb8cc /manifests/base.pp
parent274f2dac531c6b1dc15545f31239fe3e2c30120c (diff)
downloadpuppet-lighttpd-9a22fb94cb85f744dbb94c4056a2c3d983abd94b.tar.gz
puppet-lighttpd-9a22fb94cb85f744dbb94c4056a2c3d983abd94b.tar.bz2
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 03c5071..84062eb 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -11,9 +11,9 @@ class lighttpd::base {
}
file{'/etc/lighttpd/lighttpd.conf':
- source => [ "puppet://$server/modules/site-lighttpd/${fqdn}/lighttpd.conf",
- "puppet://$server/modules/site-lighttpd/lighttpd.conf",
- "puppet://$server/modules/lighttpd/lighttpd.conf" ],
+ source => [ "puppet:///modules/site-lighttpd/${fqdn}/lighttpd.conf",
+ "puppet:///modules/site-lighttpd/lighttpd.conf",
+ "puppet:///modules/lighttpd/lighttpd.conf" ],
require => Package['lighttpd'],
notify => Service['lighttpd'],
owner => root, group => 0, mode => 0644;