summaryrefslogtreecommitdiffstats
path: root/roles/atomic_proxy
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2014-11-03 22:32:43 -0500
committerThomas Wiest <twiest@redhat.com>2014-11-03 23:27:13 -0500
commit3f90353f49770cc03ebf3952778eb51ffe5063c2 (patch)
tree658c6705b50d9ffdab19dc3c4f620153615e1bdd /roles/atomic_proxy
parentf57018239a6e6a454fdb878b1189eaf70ae185a2 (diff)
downloadopenshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.gz
openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.bz2
openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.tar.xz
openshift-3f90353f49770cc03ebf3952778eb51ffe5063c2.zip
making atomic proxy be able to be deployed to PROD.
Diffstat (limited to 'roles/atomic_proxy')
-rw-r--r--roles/atomic_proxy/templates/puppet/puppet.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/atomic_proxy/templates/puppet/puppet.conf.j2 b/roles/atomic_proxy/templates/puppet/puppet.conf.j2
index 9a47ab11c..9731ff168 100644
--- a/roles/atomic_proxy/templates/puppet/puppet.conf.j2
+++ b/roles/atomic_proxy/templates/puppet/puppet.conf.j2
@@ -1,6 +1,6 @@
[main]
# we need to override the host name of the container
- certname = ctr-proxy.stg.rhcloud.com
+ certname = ctr-proxy.{{ oo_env }}.rhcloud.com
# The Puppet log directory.
# The default value is '$vardir/log'.