Re: [Puppet Users] puppetlabs/concat Problem on Windows

2015-03-27 Thread Felix Frank
On 03/13/2015 03:40 PM, Fraser Goffin wrote: > I am attempting to use the puppetlabs/concat module on Windows, but > having some problems. I just found out that Richard has made an alternative that explicitly does support Windows: https://forge.puppetlabs.com/ispavailability/file_concat -- You

[Puppet Users] Re: Problem with order and ensure_resource.

2015-03-27 Thread jcbollinger
On Thursday, March 26, 2015 at 8:52:39 AM UTC-5, Shawn Sterling wrote: > > Using: > puppetserver-1.0.2-1.el7.noarch > puppet-3.7.4-1.el7.noarch > > Doing roles and profiles. Have a define setup to add 'includepkgs' items > to different yum repos (for security reasons). > > In my redis profile if

[Puppet Users] adding new users to /etc/sudoers

2015-03-27 Thread manyi
Help needed!! I am trying to add 2 users to /ect/sudoers john.smith and jane.may granting privileges to all servers *step 1. **modules/user/manifests/init.pp * class user { user { 'john.smith': ensure => present, comment => 'john.smith', home => '/home/john.smith', managehome => t

[Puppet Users] Re: Problem with order and ensure_resource.

2015-03-27 Thread Shawn Sterling
On Friday, March 27, 2015 at 6:45:05 AM UTC-7, jcbollinger wrote: > > ensure_resource() is not a resource declaration; it is a function call > that under some circumstances causes a resource to be declared. It does > not return a value, and therefore cannot be valid operand for the chain > op