Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request spiette#26 from robrankin/master
Browse files Browse the repository at this point in the history
reverting previous lint change
  • Loading branch information
jfryman committed Jan 19, 2015
2 parents 6899679 + 97fef45 commit 1ac866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
exec { "${name}-checkloaded":
refreshonly => false,
creates => "/etc/selinux/${::selinux_config_policy}/modules/active/modules/${name}.pp",
command => true,
command => 'true',
notify => Exec["${name}-buildmod"],
}

Expand Down

0 comments on commit 1ac866b

Please sign in to comment.