diff options
Diffstat (limited to 'puppet/modules/shorewall/manifests/rules/gitdaemon')
-rw-r--r-- | puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp b/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp new file mode 100644 index 00000000..ade6fba0 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp @@ -0,0 +1,5 @@ +class shorewall::rules::gitdaemon::absent inherits shorewall::rules::gitdaemon { + Shorewall::Rule['net-me-tcp_gitdaemon']{ + ensure => absent, + } +} |