summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
- }
-}