diff options
author | Thomas Wiest <twiest@redhat.com> | 2014-11-03 22:32:43 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2014-11-03 23:27:13 -0500 |
commit | 3f90353f49770cc03ebf3952778eb51ffe5063c2 (patch) | |
tree | 658c6705b50d9ffdab19dc3c4f620153615e1bdd /roles/atomic_proxy/templates | |
parent | f57018239a6e6a454fdb878b1189eaf70ae185a2 (diff) | |
download | openshift-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/templates')
-rw-r--r-- | roles/atomic_proxy/templates/puppet/puppet.conf.j2 | 2 |
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'. |