So let's remove target and give it a shot.

acl { 'c:/ProgramData/chocolatey/config/chocolatey.config':

On Fri, Sep 25, 2015 at 1:31 PM, jmp242 <[email protected]> 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 [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
> <https://groups.google.com/d/msgid/puppet-users/d944ede0-c388-4669-b433-866dc495a667%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*PuppetConf 2015 <http://2015.puppetconf.com/>** is right around the
corner! Join us October 5-9 in Portland, OR. **Register now
<https://puppetconf2015.eventbrite.com/>**.*

-- 
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/CAMJiBK7CQgBm6xDQHPE54VgcE3tmoeiVK-HgabhSB9P_2r6H8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to