Skip to content

Commit da8d4de

Browse files
committed
(PIE-1595) console password
1 parent 134f3cd commit da8d4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/acceptance/pe_server_setup.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Sets PE settings including password
1313
plan splunk_hec::acceptance::pe_server_setup(
1414
Optional[String] $version = '2021.7.5',
15-
Optional[Hash] $pe_settings = { password => 'puppetlabsPi3', configure_tuning => false }
15+
Optional[Hash] $pe_settings = { password => 'puppetlabsPi3!', configure_tuning => false }
1616
) {
1717
# machines are not yet ready at time of installing the puppetserver, so we wait 15s
1818
$localhost = get_targets('localhost')
@@ -30,7 +30,7 @@
3030
)
3131

3232
$cmd = @("CMD")
33-
echo 'puppetlabsPi3' | puppet access login -l 1y --username admin
33+
echo 'puppetlabsPi3!' | puppet access login -l 1y --username admin
3434
puppet infrastructure tune | sed "s,\\x1B\\[[0-9;]*[a-zA-Z],,g" > /etc/puppetlabs/code/environments/production/data/common.yaml
3535
puppet agent -t
3636
| CMD

0 commit comments

Comments
 (0)