diff options
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 bd1c639..2f28e96 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -136,7 +136,7 @@ class apache( owner => root, group => root, mode => '0644', - require => Module["macro"], + require => Apache::Module["macro"], notify => Service["apache"], } |