summaryrefslogtreecommitdiff
path: root/manifests/rules/gitdaemon/absent.pp
blob: ade6fba0d6d74159aa6918dc4f36cf507d825542 (plain)
1
2
3
4
5
class shorewall::rules::gitdaemon::absent inherits shorewall::rules::gitdaemon {
  Shorewall::Rule['net-me-tcp_gitdaemon']{
    ensure => absent,
  }
}