X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Frole%2Fmanifests%2Fcryptoportfolio%2Ffront.pp;h=e676395607f5f80ce4d8274a9f422f3388858c1d;hb=6b449ef816a70162c90f8d215e25fe2970a891bc;hp=280ef8b1e8ce8c0ba972ba5d2e3b91dacf658b68;hpb=a97de7164b6a46a5e24aee6defbc09ca45c989a4;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/role/manifests/cryptoportfolio/front.pp b/modules/role/manifests/cryptoportfolio/front.pp index 280ef8b..e676395 100644 --- a/modules/role/manifests/cryptoportfolio/front.pp +++ b/modules/role/manifests/cryptoportfolio/front.pp @@ -12,6 +12,10 @@ class role::cryptoportfolio::front inherits role::cryptoportfolio { $cf_front_app_api_conf = "${home}/conf.toml" $cf_front_app_api_secret = generate_password(24, $password_seed, "cryptoportfolio_api_secret") + $cf_front_app_password_reset_secret = generate_password(24, $password_seed, "cryptoportfolio_api_password_reset_secret") + $cf_front_app_free_sms_user = lookup("role::cryptoportfolio::front::free_sms_user") + $cf_front_app_free_sms_pass = lookup("role::cryptoportfolio::front::free_sms_pass") + $cf_front_app_static_conf = "${cf_front_app}/cmd/web/env/prod.env" ensure_packages(["go", "npm", "nodejs", "yarn"])