added some directory control, testing

This commit is contained in:
Arne Teuke
2017-06-19 15:38:44 +01:00
parent a441326bf8
commit c5be228aa7

View File

@@ -145,10 +145,10 @@ class cd_apache::server::dirs (
# logs dir link
file { $ae_mods_dir:
file { $ae_mods_link:
ensure => link,
path => $ae_mods_dir,
target => $ae_mods_link,
path => $ae_mods_link,
target => $ae_mods_dir,
owner => 'root',
group => 'root',
mode => '0777',