diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-17 11:00:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 16:19:17 +0100 |
commit | 82caf31189f11a9bca4836260e8ee8ba954690f2 (patch) | |
tree | 97b15bbbb0ca9415fb17acc11f3592bc40e942f6 /environments | |
parent | 97103ded8390d10ea3468615c654e89d07c0a921 (diff) | |
download | Puppet-82caf31189f11a9bca4836260e8ee8ba954690f2.tar.gz Puppet-82caf31189f11a9bca4836260e8ee8ba954690f2.tar.zst Puppet-82caf31189f11a9bca4836260e8ee8ba954690f2.zip |
Add mail profile
Diffstat (limited to 'environments')
-rw-r--r-- | environments/global/common.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/global/common.yaml b/environments/global/common.yaml index 5911194..e7c70d4 100644 --- a/environments/global/common.yaml +++ b/environments/global/common.yaml | |||
@@ -30,5 +30,6 @@ base_installation::system_timezone: "Europe/Paris" | |||
30 | base_installation::system_users: [] # Fetched via ldap | 30 | base_installation::system_users: [] # Fetched via ldap |
31 | profile::xmr_stak::mining_pool: "" # Fetched via ldap | 31 | profile::xmr_stak::mining_pool: "" # Fetched via ldap |
32 | profile::xmr_stak::wallet: "" # Fetched via ldap | 32 | profile::xmr_stak::wallet: "" # Fetched via ldap |
33 | profile::mail::mailhub: "" # Fetched via ldap | ||
33 | letsencrypt::email: ~ # Fetched via ldap | 34 | letsencrypt::email: ~ # Fetched via ldap |
34 | letsencrypt::try_for_real_hostname: true | 35 | letsencrypt::try_for_real_hostname: true |