Displaying 1 result from an estimated 1 matches for "noyoumaynothavemyrootpasswordhash".
2007 May 14
3
invalid parameter password for type user
....pp
User {
ensure => present,
gid => 105,
provider => useradd,
shell => "/bin/bash",
}
user { root:
name => root,
password => ''noyoumaynothavemyrootpasswordhash'',
uid => 0,
gid => 0,
home => "/root",
}
#end code
This is from a known good configuration, working on one seemingly
identical puppet server with the same client. All config files were
moved to a...