From: David Schmitt Date: Fri, 3 Jul 2015 09:54:25 +0000 (+0100) Subject: (MODULES-2155) Remove note about purge restrictions X-Git-Tag: 1.7.0~12^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b53a3fd36912e828bc31d472290881d731de862d;p=puppet-modules%2Fpuppetlabs-firewall.git (MODULES-2155) Remove note about purge restrictions --- diff --git a/README.markdown b/README.markdown index 5132d25..045b985 100644 --- a/README.markdown +++ b/README.markdown @@ -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