Moved the rhizomatica password hash into the hiera config.
This commit is contained in:
parent
7478afded1
commit
40767ab2f2
2 changed files with 5 additions and 1 deletions
|
@ -11,11 +11,14 @@
|
|||
# Sample Usage:
|
||||
#
|
||||
class rhizo_base::users {
|
||||
|
||||
$password_hash = $rhizo::password_hash
|
||||
|
||||
user { 'rhizomatica':
|
||||
ensure => present,
|
||||
gid => 'rhizomatica',
|
||||
home => '/home/rhizomatica',
|
||||
password => '$6$rmdUFkJn$iR5BJ1RLrXmUVlXl7cwgcmB/HnGbXuyh.s9.JgTM1QFemtqBpICvi3iR9v2K2mZgGsqm1dOiwgpfFUnTKH/Zn0',
|
||||
password => $rhizo::password_hash,
|
||||
uid => '1000',
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue