Duplicate declaration error when managing /usr/local in Puppet Enterprise 3.8 to 2019.1
Did this solve your problem?
0 out of 2 found this helpful
I added the following to a manifest to manage the ownership and permissions for /usr/local:
file {'/usr/local':
owner => root,
group => root,
mode => '0755',
}
Now, when I run puppe...
Comments
0 comments
Please sign in to leave a comment.