diff options
-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}"], } |