Re: [Puppet Users] Unable to do "puppet apply nodes.pp"

2014-09-15 Thread David Bryant-Moore
Hi Justin. In Puppet Free Open Source [FOSS] the user-contributed module path is: /etc/puppet/modules/ In Puppet Enterprise, [PE] the user-contributed module path is: /etc/puppetlabs/puppet/modules/ Modules need to be provisioned in these directories so that they can be picked up on a Puppet A

Re: [Puppet Users] Unable to do "puppet apply nodes.pp"

2014-09-11 Thread Felix Frank
On 09/10/2014 09:37 PM, Justin tim wrote: > / > > As seen, the changes do not take place i.e the user doesn't get added. > It simple say's "Catalog finished" without actually doing anything. > / Can you share the output of the following? getent passwd katie -- You received this message becaus

[Puppet Users] Unable to do "puppet apply nodes.pp"

2014-09-10 Thread Justin tim
Hi, Can anybody please help me in resolving the below issue : Problem : My basic manifest file in which i just wish to ensure that "katie" is present. *# cat /etc/puppet/manifests/user-absent.pp* *user {'katie':* * ensure => present,* *}* When i run : *# puppet apply user-abse