]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Move private values
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 18 Aug 2018 12:02:17 +0000 (14:02 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 18 Aug 2018 12:02:17 +0000 (14:02 +0200)
environments/global/common.yaml
environments/global/roles/cryptoportfolio.yaml

index 97bf19637c18dfd195f6dbb14458ee1f353e544b..2f2db3532110df096b70402452578d7d0648e91c 100644 (file)
@@ -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
index 138da7a29b6f12bd5bacc65fef6fe4032158fced..661af2de8a694e0dbc1139789da63dcbb8c3d72f 100644 (file)
@@ -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')}"