thias / puppet-fooacl

Puppet POSIX ACLs module
Other
9 stars 20 forks source link

Puppet run must set the configured ACLs in any case. #19

Open renepavlik opened 8 years ago

renepavlik commented 8 years ago

When we make a manual change of ACLs after a puppet run (for testing or so) and want to set them back to desired state by another puppet run, refresh only for exec:

 exec { '/usr/local/sbin/fooacl':
    refreshonly => true,

makes it impossible to do so, since the script file didn't change.