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
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
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