X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fglobal%2Fcommon.yaml;h=2f2db3532110df096b70402452578d7d0648e91c;hb=3c90c9020fc4e0257fa4c73f14e609e3559b3771;hp=2dfe0aa562cb68b36d851c6485d2c9e0bb978fc8;hpb=64b197e6488e1ba1a48d63f365242d50c668ee13;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/environments/global/common.yaml b/environments/global/common.yaml index 2dfe0aa..2f2db35 100644 --- a/environments/global/common.yaml +++ b/environments/global/common.yaml @@ -21,8 +21,8 @@ base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}" base_installation::ldap_server: "ldap.immae.eu" base_installation::ldap_uri: "ldaps://ldap.immae.eu" -# FIXME: get all mounts without needing that hack? base_installation::puppet_conf_path: "/etc/puppetlabs/puppet" +base_installation::puppet_notifies_path: "/etc/puppetlabs/notifies" base_installation::puppet_code_path: "/etc/puppetlabs/code" base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed" base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl" @@ -30,11 +30,9 @@ 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: {} -profile::fstab::mounts: - - "%{facts.ldapvar.self.vars.mounts.0}" - - "%{facts.ldapvar.self.vars.mounts.1}" -profile::xmr_stak::mining_pool: "" # Fetched via ldap -profile::xmr_stak::wallet: "" # Fetched via ldap +profile::fstab::mounts: [] +profile::xmr_stak::mining_pool: "" +profile::xmr_stak::wallet: "" profile::mail::mailhub: "" # Fetched via ldap role::backup::mailto: "" # Fetched via ldap role::backup::backups: [] # Fetched via ldap