From 8636ef2ac91732f511c079f949792b528fd72050 Mon Sep 17 00:00:00 2001 From: Adam Lewenberg <adamhl@stanford.edu> Date: Wed, 21 Aug 2013 08:01:49 -0700 Subject: [PATCH] change frankoz-dev to frankoz[12]-dev in puppet conf file Replaced frankoz-dev with two servers: frankoz1-dev and frankoz2-dev. Updated the Puppet conf file to reflect this change. --- templates/puppetclient/puppet.conf.template.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/puppetclient/puppet.conf.template.erb b/templates/puppetclient/puppet.conf.template.erb index 86ab341..39ada93 100644 --- a/templates/puppetclient/puppet.conf.template.erb +++ b/templates/puppetclient/puppet.conf.template.erb @@ -138,7 +138,7 @@ manifestdir = /srv/puppet/$environment/manifests # Location of the ActiveMQ server <% if (hostname =~ /jimhenson-dev/) then -%> -queue_source = stomp://frankoz-dev.stanford.edu:61613/ +queue_source = stomp://frankoz1-dev.stanford.edu:61613/ <% else -%> queue_source = stomp://frankoz1.stanford.edu:61613/ <% end -%> @@ -153,7 +153,7 @@ dbname = %%PUPPET_MYSQL_DATABASE%% dbuser = %%PUPPET_MYSQL_USERNAME%% dbpassword = %%PUPPET_MYSQL_PASSWORD%% <% if (hostname =~ /jimhenson-dev/) then -%> -dbserver = frankoz-dev.stanford.edu +dbserver = frankoz2-dev.stanford.edu <% else -%> dbserver = frankoz2.stanford.edu <% end -%> -- GitLab