diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 00:10:59 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 00:10:59 +0100 |
commit | 6369d6cf8a5ce2b12478637f0d155144f49683e6 (patch) | |
tree | 50137a38331d50fdd34e5cadc67f89d262c89a5c | |
parent | c74d5f79bcaaaf98ebb442c38249e564c6854c19 (diff) | |
download | Puppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.tar.gz Puppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.tar.zst Puppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.zip |
Add ldap credentials for release fetch
-rw-r--r-- | modules/role/manifests/cryptoportfolio.pp | 2 |
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 | } |