]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fix missing shorewall:: prefix on the extension_script define
authorMicah Anderson <micah@riseup.net>
Thu, 3 Feb 2011 02:54:33 +0000 (21:54 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 3 Feb 2011 02:54:33 +0000 (21:54 -0500)
manifests/extension_script.pp

index 2b9579cf542dcb1db6da66172f29d00250786903..510536bb40472abdc06c6bdd28f13b59daf28648 100644 (file)
@@ -1,5 +1,5 @@
 # See http://shorewall.net/shorewall_extension_scripts.htm
-define extension_script($script = '') {
+define shorewall::extension_script($script = '') {
     case $name {
         'init', 'initdone', 'start', 'started', 'stop', 'stopped', 'clear', 'refresh', 'continue', 'maclog': {
             shorewall::managed_file { "${name}": }