Skip to content
Snippets Groups Projects
Commit 8636ef2a authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

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.
parent 30dc5237
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ manifestdir = /srv/puppet/$environment/manifests ...@@ -138,7 +138,7 @@ manifestdir = /srv/puppet/$environment/manifests
# Location of the ActiveMQ server # Location of the ActiveMQ server
<% if (hostname =~ /jimhenson-dev/) then -%> <% if (hostname =~ /jimhenson-dev/) then -%>
queue_source = stomp://frankoz-dev.stanford.edu:61613/ queue_source = stomp://frankoz1-dev.stanford.edu:61613/
<% else -%> <% else -%>
queue_source = stomp://frankoz1.stanford.edu:61613/ queue_source = stomp://frankoz1.stanford.edu:61613/
<% end -%> <% end -%>
...@@ -153,7 +153,7 @@ dbname = %%PUPPET_MYSQL_DATABASE%% ...@@ -153,7 +153,7 @@ dbname = %%PUPPET_MYSQL_DATABASE%%
dbuser = %%PUPPET_MYSQL_USERNAME%% dbuser = %%PUPPET_MYSQL_USERNAME%%
dbpassword = %%PUPPET_MYSQL_PASSWORD%% dbpassword = %%PUPPET_MYSQL_PASSWORD%%
<% if (hostname =~ /jimhenson-dev/) then -%> <% if (hostname =~ /jimhenson-dev/) then -%>
dbserver = frankoz-dev.stanford.edu dbserver = frankoz2-dev.stanford.edu
<% else -%> <% else -%>
dbserver = frankoz2.stanford.edu dbserver = frankoz2.stanford.edu
<% end -%> <% end -%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment