From: Stephen Gran Date: Mon, 16 Sep 2013 07:03:52 +0000 (+0100) Subject: sigh, commit the file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2a86029654b66d25ba28f156aa18ab5d686e29b6;p=mirror%2Fdsa-puppet.git sigh, commit the file Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/manifests/macro.pp b/modules/apache2/manifests/macro.pp new file mode 100644 index 000000000..b25fe97d4 --- /dev/null +++ b/modules/apache2/manifests/macro.pp @@ -0,0 +1,9 @@ +class apache2::macro { + package { 'libapache2-mod-macro': + ensure => installed + } + + apache2::module { 'macro': + require => Package['libapache2-mod-macro'] + } +}