Hi!
I have the entry in my site.pp:
user { 'testuser':
name => 'testuser',
ensure => 'present',
home => '/export/home/testuser',
password => '$5$3dA8tfNG$XIKm1FRM3limH12jzdSVjQAcCWzxj64H6BI/n66',
roles => 'root',
managehome => true,
}But my agents doesnt apply any changes in system: Info: Caching catalog for testhost.local Info: Applying configuration version '1395384645' Finished catalog run in 0.12 seconds However, local command "puppet apply site.pp" works: /Stage[main]//User[testuser]/ensure: created Finished catalog run in 1.55 seconds Any ideas? -- 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/8f141efa-8d51-4a3d-8efe-ff18f69c2563%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
