summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2018-01-09 21:36:59 +0000
committerintrigeri <intrigeri@boum.org>2018-01-09 21:36:59 +0000
commit532d79cba8f01cfc3bcd16ae83741aac08bab80f (patch)
tree735834841999afc86550db4fd2239df8a177bebc
parent851c51659961724a1457e3de1bbe9591390b1e82 (diff)
Don't transitively pass $ensure parameter to concat::fragment
Follow up on commit 851c51659961724a1457e3de1bbe9591390b1e82.
-rw-r--r--manifests/rules/gitdaemon/absent.pp5
-rw-r--r--manifests/rules/out/ssh/remove.pp5
2 files changed, 0 insertions, 10 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,
- }
-}
diff --git a/manifests/rules/out/ssh/remove.pp b/manifests/rules/out/ssh/remove.pp
deleted file mode 100644
index bc0acf3..0000000
--- a/manifests/rules/out/ssh/remove.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class shorewall::rules::out::ssh::remove inherits shorewall::rules::out::ssh {
- Shorewall::Rule['me-net-tcp_ssh']{
- ensure => absent,
- }
-}