Skip to content

Commit

Permalink
Merge pull request #12 from jordiprats/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jordiprats committed Oct 1, 2018
2 parents a0ac153 + dddda5f commit f9a3ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

exec { 'set apparmor enforce':
#command => "aa-enforce /etc/apparmor.d/*; exit 0",
command => "bash -c 'for i in $(find ${apparmor::params::apparmor_dir} -maxdepth 1 -type f); do aa-enforce $i; done; exit 0'",
command => "bash -c 'for i in $(find ${apparmor::params::apparmor_dir} -maxdepth 1 -type f); do aa-enforce \$i; done; exit 0'",
require => Package['apparmor-utils'],
unless => 'apparmor_status | grep -E \'0 profiles are loaded.\$\'',
}
Expand Down

0 comments on commit f9a3ca1

Please sign in to comment.