diff options
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e9ba464..a5ed0af 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,4 +49,6 @@ class shorewall {    shorewall::managed_file { routestopped: }    # See http://www.shorewall.net/3.0/Documentation.htm#Variables     shorewall::managed_file { params: } +  # http://www.shorewall.net/manpages/shorewall-providers.html +  shorewall::managed_file { providers: }  }  | 
