summaryrefslogtreecommitdiff
path: root/manifests/rules/gitdaemon/absent.pp
diff options
context:
space:
mode:
authorJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2018-01-09 21:47:28 +0000
committerJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2018-01-09 21:47:28 +0000
commitaab96cce16438a419f72155c7bfcfcca66d77b45 (patch)
tree735834841999afc86550db4fd2239df8a177bebc /manifests/rules/gitdaemon/absent.pp
parent837fd3f29f09727d5a20514d7549837b8d8b4997 (diff)
parent532d79cba8f01cfc3bcd16ae83741aac08bab80f (diff)
Merge branch 'concat_update' into 'master'
Concat update See merge request shared-puppet-modules-group/shorewall!11
Diffstat (limited to 'manifests/rules/gitdaemon/absent.pp')
-rw-r--r--manifests/rules/gitdaemon/absent.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/rules/gitdaemon/absent.pp b/manifests/rules/gitdaemon/absent.pp
deleted file mode 100644
index ade6fba..0000000
--- a/manifests/rules/gitdaemon/absent.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class shorewall::rules::gitdaemon::absent inherits shorewall::rules::gitdaemon {
- Shorewall::Rule['net-me-tcp_gitdaemon']{
- ensure => absent,
- }
-}