And I removed the "target" and put it in the ACL name as you showed, and 
get the same error.

On Friday, September 25, 2015 at 2:31:43 PM UTC-4, jmp242 wrote:
>
> I tried with the simplified version:
> Enter code here...      acl { 'chocolatey.config':
>         target      => 
> 'C:/ProgramData/chocolatey/config/chocolatey.config',
>         permissions => [
>           {
>             identity => 'SYSTEM',
>             rights   => [
>               'full']
>           }
>           ,
>           {
>             identity => 'Administrators',
>             rights   => [
>               'full']
>           }
>           ,
>           {
>             identity => 'Users',
>             rights   => [
>               'read',
>               'execute']
>           }
>           ],
>         require     => File['chocolatey.config'],
>       }
>
> I got the same error. Unless the problem is using 
> target=>
>
> I'm at a loss....
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/155fa6b9-2819-4b25-a311-a65a7094e895%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to