summaryrefslogtreecommitdiff
path: root/manifests/mod_macro.pp
blob: eed59e52784f29f3db8041a27ea7956ed9ed0d39 (plain)
1
2
3
4
5
6
7
class apache::mod_macro {
    package{'mod_macro':
        ensure => installed,
        require => Package['apache'],
        notify => Service['apache'],
    }
}