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.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/mod_macro.pp b/manifests/mod_macro.pp
new file mode 100644
index 0000000..acee280
--- /dev/null
+++ b/manifests/mod_macro.pp
@@ -0,0 +1,8 @@
+class apache::mod_macro {
+ include apache
+ package{mod_macro:
+ ensure => installed,
+ require => Package['apache'],
+ notify => Service['apache'],
+ }
+}