summaryrefslogtreecommitdiff
path: root/manifests/mod_macro.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mod_macro.pp')
-rw-r--r--manifests/mod_macro.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/mod_macro.pp b/manifests/mod_macro.pp
index acee280..eed59e5 100644
--- a/manifests/mod_macro.pp
+++ b/manifests/mod_macro.pp
@@ -1,6 +1,5 @@
class apache::mod_macro {
- include apache
- package{mod_macro:
+ package{'mod_macro':
ensure => installed,
require => Package['apache'],
notify => Service['apache'],