aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 00:10:59 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 00:10:59 +0100
commit6369d6cf8a5ce2b12478637f0d155144f49683e6 (patch)
tree50137a38331d50fdd34e5cadc67f89d262c89a5c /modules/role/manifests/cryptoportfolio.pp
parentc74d5f79bcaaaf98ebb442c38249e564c6854c19 (diff)
downloadPuppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.tar.gz
Puppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.tar.zst
Puppet-6369d6cf8a5ce2b12478637f0d155144f49683e6.zip
Add ldap credentials for release fetch
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-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 }