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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/d944ede0-c388-4669-b433-866dc495a667%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.