diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2009-09-16 19:21:22 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:33:49 -0500 |
commit | d860ea07f0027ccbb01bdd764fe7c00f1ea2cfec (patch) | |
tree | 18b6af70ea3e60370cf1bbdd417ecc3095346714 /manifests/rules | |
parent | 6e2a713fb4ffb060e614c3de9c7c33f403214d7f (diff) | |
download | puppet-shorewall-d860ea07f0027ccbb01bdd764fe7c00f1ea2cfec.tar.gz puppet-shorewall-d860ea07f0027ccbb01bdd764fe7c00f1ea2cfec.tar.bz2 |
correct naming
Diffstat (limited to 'manifests/rules')
-rw-r--r-- | manifests/rules/gitdaemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/gitdaemon.pp b/manifests/rules/gitdaemon.pp index 01d8e40..21372f6 100644 --- a/manifests/rules/gitdaemon.pp +++ b/manifests/rules/gitdaemon.pp @@ -1,4 +1,4 @@ -class shorewall::gitdaemon { +class shorewall::rules::gitdaemon { shorewall::rule {'net-me-tcp_gitdaemon': source => 'net', destination => '$FW', |