Hi,
I am tried to creating the user account on puppet agent.puppet agent is not
reflecting my changes.
Edited */etc/puppetlabs/puppet*/*manifests/site.pp* file as follows:
node 'puppet.client.net' {
include user
}
Edited */etc/puppetlabs/puppet/**manifests/**init.pp* file as follows:
class user {
user { 'hellboy':
ensure => present,
comment => 'user',
home => '/home/hellboy',
managehome => true
}
}
After that I have run below command on puppet agent
[root@puppet ~]# puppet agent --test
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet.client.net
Info: Applying configuration version '1424761232'
Notice: Finished catalog run in 3.44 seconds
please help on this issue.
--
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/75bfb8e2-51aa-4c05-a124-ff4c931f5bff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.