From e7e1bd007f4ac5ac324192d6e35da72ee4d6626b Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 16 Jun 2009 14:20:48 +0200 Subject: introduce usage of mod_macro --- manifests/mod_macro.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 manifests/mod_macro.pp (limited to 'manifests/mod_macro.pp') 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'], + } +} -- cgit v1.2.3