]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - environments/global/common.yaml
Add cat_files report to notify of important changes
[perso/Immae/Projets/Puppet.git] / environments / global / common.yaml
CommitLineData
85abd2fd 1---
a869ea17 2lookup_options:
f25ad097 3 profile::fstab::mounts:
a869ea17
IB
4 merge: unique
5 classes:
6 merge: deep
7 base_installation::system_users:
8 merge: unique
0a21fb6c
IB
9 letsencrypt::hosts:
10 merge: unique
d87a489f
IB
11 role::backup::backups:
12 merge: unique
13 profile::known_hosts::hosts:
14 merge: unique
a869ea17 15
85abd2fd
IB
16classes:
17 stdlib: ~
18
19base_installation::ldap_base: "dc=immae,dc=eu"
20base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae,dc=eu"
21base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}"
22base_installation::ldap_server: "ldap.immae.eu"
23base_installation::ldap_uri: "ldaps://ldap.immae.eu"
24base_installation::puppet_conf_path: "/etc/puppetlabs/puppet"
a7b985dd 25base_installation::puppet_notifies_path: "/etc/puppetlabs/notifies"
85abd2fd
IB
26base_installation::puppet_code_path: "/etc/puppetlabs/code"
27base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
28base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
29base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
30base_installation::system_timezone: "Europe/Paris"
284fd97e 31base_installation::system_users: [] # Fetched via ldap
cdbbfd47 32base_installation::notify_xmpp: {}
a7b985dd 33# FIXME: get all mounts without needing that hack?
f25ad097
IB
34profile::fstab::mounts:
35 - "%{facts.ldapvar.self.vars.mounts.0}"
36 - "%{facts.ldapvar.self.vars.mounts.1}"
c2f33e53
IB
37profile::xmr_stak::mining_pool: ""
38profile::xmr_stak::wallet: ""
82caf311 39profile::mail::mailhub: "" # Fetched via ldap
d87a489f
IB
40role::backup::mailto: "" # Fetched via ldap
41role::backup::backups: [] # Fetched via ldap
42profile::known_hosts::hosts: [] # Fetched via ldap
284fd97e 43letsencrypt::email: ~ # Fetched via ldap
0a21fb6c 44letsencrypt::try_for_real_hostname: true