From 6369d6cf8a5ce2b12478637f0d155144f49683e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Feb 2018 00:10:59 +0100 Subject: [PATCH] Add ldap credentials for release fetch --- modules/role/manifests/cryptoportfolio.pp | 2 ++ 1 file changed, 2 insertions(+) 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 { cleanup => false, extract => true, user => "cryptoportfolio", + username => $facts["ec2_metadata"]["hostname"], + password => generate_password(24, $password_seed, "ldap"), extract_path => $cf_front_app, require => [User[$cf_user], File[$cf_front_app]], } -- 2.41.0