Displaying 1 result from an estimated 1 matches for "somehash".
Did you mean:
some_hash
2013 Sep 20
1
Automation of puppet configuration code
...is one:
@useraccount { ''johndoe'':
uid => ''XXXXX'',
fullname => ''John Doe'',
email => ''johndoe@wisc.edu'',
home => ''/home/johndoe'',
password => ''SOMEHASH'',
ensure => ''present'',
group => ''mathdepartment'',
tag => ''cluster-users''
}
If a resource doesn''t exist for the new users, the application edits the
file and creates the resource, populatin...