From 9f60595d659302461f38c15beed88f0294640ad9 Mon Sep 17 00:00:00 2001 From: Monocots Date: Tue, 25 Oct 2022 19:05:07 +0000 Subject: [PATCH] Fix error in user password var name So now it will actually set the password --- modules/rhizo_base/manifests/users.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/users.pp b/modules/rhizo_base/manifests/users.pp index 7996d72..5a571fd 100644 --- a/modules/rhizo_base/manifests/users.pp +++ b/modules/rhizo_base/manifests/users.pp @@ -12,7 +12,7 @@ # class rhizo_base::users { - $password_hash = $rhizo::password_hash + $password_hash = $rhizo_base::password_hash user { 'rhizomatica': ensure => present,