Fix error in user password var name
So now it will actually set the password
This commit is contained in:
parent
bd1f5489ac
commit
9f60595d65
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
class rhizo_base::users {
|
||||
|
||||
$password_hash = $rhizo::password_hash
|
||||
$password_hash = $rhizo_base::password_hash
|
||||
|
||||
user { 'rhizomatica':
|
||||
ensure => present,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue