Displaying 1 result from an estimated 1 matches for "mathdepart".
2013 Sep 20
1
Automation of puppet configuration code
...,
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, populating the fields with the proper
values. The code that does this is very limited. I would like it to do...