Fix error in user password var name

So now it will actually set the password
This commit is contained in:
Monocots 2022-10-25 19:05:07 +00:00
parent bd1f5489ac
commit 9f60595d65

View file

@ -12,7 +12,7 @@
# #
class rhizo_base::users { class rhizo_base::users {
$password_hash = $rhizo::password_hash $password_hash = $rhizo_base::password_hash
user { 'rhizomatica': user { 'rhizomatica':
ensure => present, ensure => present,