I''m trying to use the firewall resource and it works fine for me for iptables. However, I''m not sure how I purge ip6tables? doing... resources { "firewall": purge => true } only purges iptables. Currently I have 2 execs for persistence, 1 for iptables and 1 for ip6tables depending on which I''m using but my ip6tables don''t purge. I would have expected them to purge with the code above. The test examples which come with the module do not have any purge for ip6tables. Any help would be greatly appreciated. -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Julia, did you ever figure this out? I''m running into this issue as well. --david On Tuesday, May 22, 2012 5:28:05 AM UTC-4, Julia Smith wrote:> > I''m trying to use the firewall resource and it works fine for me for > iptables. > > However, I''m not sure how I purge ip6tables? > > doing... > > resources { "firewall": > purge => true > } > > only purges iptables. > > Currently I have 2 execs for persistence, 1 for iptables and 1 for > ip6tables depending on which I''m using but my ip6tables don''t purge. I > would have expected them to purge with the code above. > > The test examples which come with the module do not have any purge for > ip6tables. > > Any help would be greatly appreciated. > > -- > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify the system manager. > This message contains confidential information and is intended only for > the > individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/0GkFFf_MTbgJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I''m also running in to this. Has anyone managed to get the puppet firewall module to manage both iptables and ip6tables? On Monday, December 3, 2012 6:38:17 PM UTC-5, David Mesler wrote:> > Julia, did you ever figure this out? I''m running into this issue as well. > > --david > > On Tuesday, May 22, 2012 5:28:05 AM UTC-4, Julia Smith wrote: >> >> I''m trying to use the firewall resource and it works fine for me for >> iptables. >> >> However, I''m not sure how I purge ip6tables? >> >> doing... >> >> resources { "firewall": >> purge => true >> } >> >> only purges iptables. >> >> Currently I have 2 execs for persistence, 1 for iptables and 1 for >> ip6tables depending on which I''m using but my ip6tables don''t purge. I >> would have expected them to purge with the code above. >> >> The test examples which come with the module do not have any purge for >> ip6tables. >> >> Any help would be greatly appreciated. >> >> -- >> This email and any files transmitted with it are confidential and >> intended >> solely for the use of the individual or entity to whom they are >> addressed. >> If you have received this email in error please notify the system >> manager. >> This message contains confidential information and is intended only for >> the >> individual named. If you are not the named addressee you should not >> disseminate, distribute or copy this e-mail. >> >>-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, March 27, 2013 12:32:27 PM UTC-7, David Warden wrote:> > I''m also running in to this. Has anyone managed to get the puppet firewall > module to manage both iptables and ip6tables? > >>You can add rules to ip6tables by specifying provider => ''ip6tables'' on each firewall {} statement. For purging the unmanaged ip6tables rules, I couldn''t get that to work either - https://github.com/puppetlabs/puppetlabs-firewall/issues/168 Ask -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.