Skip to content

Commit

Permalink
fix issue 6 typo in c0053 $hardwaremode should be $hardwaremodel
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsakowski committed Jun 9, 2014
1 parent 244147f commit 1e1f4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/linuxcontrols/c0053.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class cis::linuxcontrols::c0053 {
file {'/etc/audit/audit.rules':
source => $hardwaremode ? {
source => $hardwaremodel ? {
'x86_64' => 'puppet:https:///modules/cis/el6/etc/audit/audit.rules.64',
default => 'puppet:https:///modules/cis/el6/etc/audit/audit.rules.32',
},
Expand Down

0 comments on commit 1e1f4c1

Please sign in to comment.