Skip to content

Commit

Permalink
This looks like a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Jan 26, 2015
1 parent 0245f51 commit d635343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/firewall/ip6tables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

confine :kernel => :linux

ip6tables_version = Facter.fact('iptables_version').value
ip6tables_version = Facter.fact('ip6tables_version').value
if (ip6tables_version and Puppet::Util::Package.versioncmp(ip6tables_version, '1.4.1') < 0)
mark_flag = '--set-mark'
else
Expand Down

0 comments on commit d635343

Please sign in to comment.