diff options
author | mh <mh@immerda.ch> | 2010-10-16 17:32:50 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-16 17:32:50 +0200 |
commit | 71db30c4f9dec64cf749370fd6110b49237adf8f (patch) | |
tree | ea786ff39067a02aba93a37538cdcb6dcd4196d2 | |
parent | b8a95ea0776c86e8f68bb8986ef065f7d426052c (diff) | |
download | puppet-lighttpd-71db30c4f9dec64cf749370fd6110b49237adf8f.tar.gz puppet-lighttpd-71db30c4f9dec64cf749370fd6110b49237adf8f.tar.bz2 |
typo
-rw-r--r-- | manifests/base.pp | 2 |
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'], |