summaryrefslogtreecommitdiffstats
path: root/roles/atomic_proxy
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2014-11-04 14:54:47 -0500
committerKenny Woodson <kwoodson@redhat.com>2014-11-04 14:54:47 -0500
commit1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9 (patch)
tree658c6705b50d9ffdab19dc3c4f620153615e1bdd /roles/atomic_proxy
parentf57018239a6e6a454fdb878b1189eaf70ae185a2 (diff)
parent3f90353f49770cc03ebf3952778eb51ffe5063c2 (diff)
downloadopenshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.gz
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.bz2
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.tar.xz
openshift-1d5ea59b5ceb028ec03eb2b66ae3e1aafe1b0ca9.zip
Merge pull request #27 from twiest/pr
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'.