Add stg_short var

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-04-16 19:16:01 +02:00
parent 6e6eb98f9f
commit 36979503d4
2 changed files with 2 additions and 0 deletions

View file

@ -218,6 +218,7 @@ nrpe_check_postfix_queue_crit: 5
# env is staging or production, we default it to production here. # env is staging or production, we default it to production here.
env: production env: production
env_suffix: env_suffix:
env_short: prod
# nfs mount options, override at the group/host level # nfs mount options, override at the group/host level
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3" nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -2,6 +2,7 @@
freezes: false freezes: false
env: staging env: staging
env_suffix: .stg env_suffix: .stg
env_short: stg
host_group: staging host_group: staging
# This is the wildcard certname for our stg proxies. # This is the wildcard certname for our stg proxies.