diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-11 12:35:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-11 12:35:42 -0300 |
commit | 1a387c2d2bacb63a1d28e2721406a5a3c84bd4e2 (patch) | |
tree | a4882210c66debf41ed2b34d3247f29db41c19af /manifests | |
parent | e614163d9dac78a80568b74ec587c26e48a6e548 (diff) | |
download | puppet-apache-1a387c2d2bacb63a1d28e2721406a5a3c84bd4e2.tar.gz puppet-apache-1a387c2d2bacb63a1d28e2721406a5a3c84bd4e2.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7d62a0c..b1e8813 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -161,7 +161,7 @@ class apache( mode => 0644, # Puppet will automatically set +x for directories source => [ "puppet:///modules/site_apache/htdocs/$domain/icons", - "puppet:///modules/apache/icons", ] + "puppet:///modules/apache/icons", ], require => File["${www_folder}"], } |