summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-16 17:32:50 +0200
committermh <mh@immerda.ch>2010-10-16 17:32:50 +0200
commit71db30c4f9dec64cf749370fd6110b49237adf8f (patch)
treeea786ff39067a02aba93a37538cdcb6dcd4196d2
parentb8a95ea0776c86e8f68bb8986ef065f7d426052c (diff)
downloadpuppet-lighttpd-71db30c4f9dec64cf749370fd6110b49237adf8f.tar.gz
puppet-lighttpd-71db30c4f9dec64cf749370fd6110b49237adf8f.tar.bz2
typo
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 41af569..8eb2b6d 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -13,7 +13,7 @@ class lighttpd::base {
file{'/etc/lighttpd/lighttpd.conf':
source => [ "puppet:///modules/site-lighttpd/${fqdn}/lighttpd.conf",
"puppet:///modules/site-lighttpd/lighttpd.conf",
- "puppet:///modules/lighttpd/${operatingsystem}/lighttpd.conf" ],
+ "puppet:///modules/lighttpd/${operatingsystem}/lighttpd.conf",
"puppet:///modules/lighttpd/lighttpd.conf" ],
require => Package['lighttpd'],
notify => Service['lighttpd'],