Skip to content

Commit

Permalink
Merge pull request #481 from mhaskel/typo_fix
Browse files Browse the repository at this point in the history
This looks like a typo.
  • Loading branch information
cmurphy committed Jan 26, 2015
2 parents 93e51cf + d635343 commit f875a9c
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 f875a9c

Please sign in to comment.