Skip to content

Commit

Permalink
Cookstyle fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 28, 2016
1 parent 64551bc commit 136dcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Expand Up @@ -25,7 +25,7 @@
'IPTABLES_SAVE_COUNTER' => 'no',
'IPTABLES_STATUS_NUMERIC' => 'yes',
'IPTABLES_STATUS_VERBOSE' => 'no',
'IPTABLES_STATUS_LINENUMBERS' => 'yes'
'IPTABLES_STATUS_LINENUMBERS' => 'yes',
}
default['iptables']['ip6tables_sysconfig'] = {
'IP6TABLES_MODULES' => '',
Expand All @@ -35,7 +35,7 @@
'IP6TABLES_SAVE_COUNTER' => 'no',
'IP6TABLES_STATUS_NUMERIC' => 'yes',
'IP6TABLES_STATUS_VERBOSE' => 'no',
'IP6TABLES_STATUS_LINENUMBERS' => 'yes'
'IP6TABLES_STATUS_LINENUMBERS' => 'yes',
}

default['iptables']['system_ruby'] = '/usr/bin/ruby'

0 comments on commit 136dcca

Please sign in to comment.