aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/role/manifests/cryptoportfolio.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index 5860f90..5e18ac0 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -203,6 +203,8 @@ class role::cryptoportfolio {
203 cleanup => false, 203 cleanup => false,
204 extract => true, 204 extract => true,
205 user => "cryptoportfolio", 205 user => "cryptoportfolio",
206 username => $facts["ec2_metadata"]["hostname"],
207 password => generate_password(24, $password_seed, "ldap"),
206 extract_path => $cf_front_app, 208 extract_path => $cf_front_app,
207 require => [User[$cf_user], File[$cf_front_app]], 209 require => [User[$cf_user], File[$cf_front_app]],
208 } 210 }