aboutsummaryrefslogtreecommitdiff
path: root/environments/production/data/common.yaml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-29 23:58:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-31 00:44:49 +0200
commit1508e956adaa97b7a82c27537f4b124266dacdf0 (patch)
tree1705ef0d5108069fdd71673c2c21519da6d6781e /environments/production/data/common.yaml
parent0b62a18bd9fc4ecd614526a9c0e3f1f17e2ce4fe (diff)
downloadPuppet-1508e956adaa97b7a82c27537f4b124266dacdf0.tar.gz
Puppet-1508e956adaa97b7a82c27537f4b124266dacdf0.tar.zst
Puppet-1508e956adaa97b7a82c27537f4b124266dacdf0.zip
Move classes to hiera
Diffstat (limited to 'environments/production/data/common.yaml')
-rw-r--r--environments/production/data/common.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/production/data/common.yaml b/environments/production/data/common.yaml
index e129d47..01bbcac 100644
--- a/environments/production/data/common.yaml
+++ b/environments/production/data/common.yaml
@@ -1,4 +1,7 @@
1--- 1---
2classes:
3 stdlib: ~
4
2base_installation::puppet_code_path: "/etc/puppetlabs/code" 5base_installation::puppet_code_path: "/etc/puppetlabs/code"
3base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] 6base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
4base_installation::system_timezone: "Europe/Paris" 7base_installation::system_timezone: "Europe/Paris"