From: Ismaƫl Bouya Date: Sat, 18 Aug 2018 12:02:17 +0000 (+0200) Subject: Move private values X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=3c90c9020fc4e0257fa4c73f14e609e3559b3771 Move private values --- diff --git a/environments/global/common.yaml b/environments/global/common.yaml index 97bf196..2f2db35 100644 --- a/environments/global/common.yaml +++ b/environments/global/common.yaml @@ -30,10 +30,7 @@ base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] base_installation::system_timezone: "Europe/Paris" base_installation::system_users: [] # Fetched via ldap base_installation::notify_xmpp: {} -# FIXME: get all mounts without needing that hack? -profile::fstab::mounts: - - "%{facts.ldapvar.self.vars.mounts.0}" - - "%{facts.ldapvar.self.vars.mounts.1}" +profile::fstab::mounts: [] profile::xmr_stak::mining_pool: "" profile::xmr_stak::wallet: "" profile::mail::mailhub: "" # Fetched via ldap diff --git a/environments/global/roles/cryptoportfolio.yaml b/environments/global/roles/cryptoportfolio.yaml index 138da7a..661af2d 100644 --- a/environments/global/roles/cryptoportfolio.yaml +++ b/environments/global/roles/cryptoportfolio.yaml @@ -6,7 +6,7 @@ role::cryptoportfolio::user: "cryptoportfolio" role::cryptoportfolio::group: "cryptoportfolio" role::cryptoportfolio::home: "/home/cryptoportfolio" role::cryptoportfolio::env: "prod" -role::cryptoportfolio::webhook_url: "%{ldapvar.self.vars.cf_slack_webhook.0}" +role::cryptoportfolio::webhook_url: "" role::cryptoportfolio::pg_db: "cryptoportfolio" role::cryptoportfolio::pg_user: "cryptoportfolio" role::cryptoportfolio::web_host: "%{lookup('base_installation::system_hostname')}"