aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 16:07:56 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 16:15:29 +0100
commit284fd97e815e9dddf6640fcc4fc5e996687edc8d (patch)
tree32ca0ac7d4ee272d5605cd67827240dce0065447 /environments
parente8493916ff6e957c752df1cfc1789844c426d987 (diff)
downloadPuppet-284fd97e815e9dddf6640fcc4fc5e996687edc8d.tar.gz
Puppet-284fd97e815e9dddf6640fcc4fc5e996687edc8d.tar.zst
Puppet-284fd97e815e9dddf6640fcc4fc5e996687edc8d.zip
Migrate hiera information to ldap
Diffstat (limited to 'environments')
-rw-r--r--environments/global/common.yaml15
1 files changed, 4 insertions, 11 deletions
diff --git a/environments/global/common.yaml b/environments/global/common.yaml
index 4536b83..5911194 100644
--- a/environments/global/common.yaml
+++ b/environments/global/common.yaml
@@ -27,15 +27,8 @@ base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
27base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl" 27base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
28base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] 28base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
29base_installation::system_timezone: "Europe/Paris" 29base_installation::system_timezone: "Europe/Paris"
30base_installation::system_users: 30base_installation::system_users: [] # Fetched via ldap
31 - userid: 1000 31profile::xmr_stak::mining_pool: "" # Fetched via ldap
32 username: "immae" 32profile::xmr_stak::wallet: "" # Fetched via ldap
33 groups: ["wheel"] 33letsencrypt::email: ~ # Fetched via ldap
34 keys:
35 - host: "immae.eu"
36 key: "AAAAB3NzaC1yc2EAAAADAQABAAABAQDi5PgLBwMRyRwzJPnSgUyRAuB9AAxMijsw1pR/t/wmxQne1O5fIPOleHx+D8dyZbwm+XkzlcJpgT0Qy3qC9J8BPhshJvO/tA/8CI/oS/FE0uWsyACH1DMO2dk4gRRZGSE9IuzDMRPlnfZ3n0tdsPzzv3GH4It/oPIgsvkTowKztGLQ7Xmjr5BxzAhXcIQymqA0U3XWHSdWvnSRDaOFG0PDoVMS85IdwlviVKLnV5Sstb4NC/P28LFfgvW8DO/XrOqujgDomqTmR41dK/AyrGGOb2cQUMO4l8Oa+74aOyKaB61rr/rJkr+wCbEttkTvgFa6zZygSk3edfiWE2rgn4+v"
37 key_type: "ssh-rsa"
38profile::xmr_stak::mining_pool: "pool.minexmr.com:7777"
39profile::xmr_stak::wallet: "44CA8TxTFYbQqN2kLyk8AnB6Ghz4mcbGpYC2EyXW7A8H9QspvWnTjDn39XUZDPrFwPa5JNwt4TmAxcooPWv4SaJqL87Bcdo"
40letsencrypt::email: "sites+letsencrypt@mail.immae.eu"
41letsencrypt::try_for_real_hostname: true 34letsencrypt::try_for_real_hostname: true