summaryrefslogtreecommitdiff
path: root/manifests/module/negotiation.pp
blob: 15334fb97dd51561f1ec5d186af848b9bce18985 (plain)
1
2
3
4
5
6
# enable/disable negotiation module
class apache::module::negotiation ( $ensure = present )
{

  apache::module { 'negotiation': ensure => $ensure }
}