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

fix regex

parent c4de4cbe
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,10 @@ class base::puppetclient::db_credentials {
elsif ($::hostname =~ /^jimhenson\d/) {
$credentials_wallet_name = 'idg-puppet-prod-db-isat'
}
elsif ($::hostname =~ /^puppetservice.*dev\d/) {
elsif ($::hostname =~ /^puppetservice.*dev/) {
$credentials_wallet_name = 'idg-puppetdb-dev-db-isat'
}
elsif ($::hostname =~ /^puppetservice\d/) {
elsif ($::hostname =~ /^puppetservice\d/$) {
$credentials_wallet_name = 'idg-puppetdb-prod-db-isat'
}
else {
......
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