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

puppetclient: modify the db credentials file for frankoz-dev re-do

frankoz-dev is now frankoz1-dev and frankoz2-dev, so had to modify the
puppetclient db credentials class to account for this.
parent fd77d551
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,10 @@ class base::puppetclient::db_credentials { ...@@ -14,10 +14,10 @@ class base::puppetclient::db_credentials {
# This is where we put the db credentials. # This is where we put the db credentials.
$puppet_db_ini_file = '/etc/puppet/puppet-db.ini' $puppet_db_ini_file = '/etc/puppet/puppet-db.ini'
if ($::hostname =~ /^(frankoz|jimhenson)-dev/) { if ($::hostname =~ /^jimhenson-dev/) {
$credentials_wallet_name = 'idg-puppet-dev-db-isat' $credentials_wallet_name = 'idg-puppet-dev-db-isat'
} }
elsif ($::hostname =~ /^frankoz1-test/) { elsif ($::hostname =~ /^frankoz[12]-dev/) {
$credentials_wallet_name = 'idg-puppet-dev-db-isat' $credentials_wallet_name = 'idg-puppet-dev-db-isat'
} }
elsif ($::hostname =~ /^frankoz[12]/) { elsif ($::hostname =~ /^frankoz[12]/) {
......
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