search for: somevalidshadowpw

Displaying 1 result from an estimated 1 matches for "somevalidshadowpw".

2008 Oct 16
1
puppet not creating users?
...ppet is not creating users... I''ve got class: class admins { @user { "graf0": ensure => present, uid => 1500, comment => "Full name", home => "/home/graf0", managehome=> true, shell => "/bin/bash", password => ''SOMEVALIDSHADOWPW'', tag => admin } } Then, in have following config: class bb::new { # some includes... include "admins" User <| tag==admin or tag==tech |> } node "bb" { inlucde "bb::new" } Problem is - when I run puppetd, I get (output with --debug): debug:...