]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MODULES-2155) Remove note about purge restrictions
authorDavid Schmitt <david.schmitt@puppetlabs.com>
Fri, 3 Jul 2015 09:54:25 +0000 (10:54 +0100)
committerDavid Schmitt <david.schmitt@puppetlabs.com>
Fri, 3 Jul 2015 09:55:08 +0000 (10:55 +0100)
README.markdown

index 5132d258210f85ed76c9d9af860f2a03d278551e..045b9856e51a06eb605a19c0b290cb6b8e1c08fa 100644 (file)
@@ -132,8 +132,6 @@ Rules are persisted automatically between reboots, although there are known issu
 
 1.) In site.pp or another top-scope file, add the following code to set up a metatype to purge unmanaged firewall resources. This will clear any existing rules and make sure that only rules defined in Puppet exist on the machine.
 
-  **Note** - This only purges IPv4 rules.
-  
   ~~~puppet
   resources { 'firewall':
     purge => true