]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fix typo
authormh <mh@immerda.ch>
Sat, 9 Jan 2010 14:43:48 +0000 (15:43 +0100)
committermh <mh@immerda.ch>
Sat, 9 Jan 2010 14:43:48 +0000 (15:43 +0100)
manifests/rules/gitdaemon/absent.pp

index 529b1ae9338360b36465f706df84785cde590cb1..ade6fba0d6d74159aa6918dc4f36cf507d825542 100644 (file)
@@ -1,4 +1,4 @@
-class shorewall::rules::gitdaemon::absent inherit shorewall::rules::gitdaemon {
+class shorewall::rules::gitdaemon::absent inherits shorewall::rules::gitdaemon {
   Shorewall::Rule['net-me-tcp_gitdaemon']{
     ensure => absent,
   }