added some directory control, testing

This commit is contained in:
Arne Teuke
2017-06-19 15:40:58 +01:00
parent c5be228aa7
commit 7db8979083
2 changed files with 3 additions and 3 deletions

View File

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