]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/apache2/manifests/macro.pp
Tell bad apt where to find its certificate
[dsa-puppet.git] / modules / apache2 / manifests / macro.pp
1 class apache2::macro {
2         package { 'libapache2-mod-macro':
3                 ensure => installed
4         }
5
6         apache2::module { 'macro':
7                 require => Package['libapache2-mod-macro']
8         }
9 }