group_vars/all: Make env_prefix and env_prefix empty strings, not None

This commit is contained in:
Mikolaj Izdebski 2019-09-23 20:23:52 +02:00 committed by Pierre-Yves Chibon
parent 57af09a65c
commit 3134c7955b

View file

@ -227,8 +227,8 @@ nrpe_check_postfix_queue_crit: 5
# env is staging or production, we default it to production here.
env: production
env_prefix:
env_suffix:
env_prefix: ""
env_suffix: ""
env_short: prod
# nfs mount options, override at the group/host level