Skip to content

Commit

Permalink
(PIE-1595) console password
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymbe committed Oct 18, 2024
1 parent 134f3cd commit da8d4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plans/acceptance/pe_server_setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Sets PE settings including password
plan splunk_hec::acceptance::pe_server_setup(
Optional[String] $version = '2021.7.5',
Optional[Hash] $pe_settings = { password => 'puppetlabsPi3', configure_tuning => false }
Optional[Hash] $pe_settings = { password => 'puppetlabsPi3!', configure_tuning => false }
) {
# machines are not yet ready at time of installing the puppetserver, so we wait 15s
$localhost = get_targets('localhost')
Expand All @@ -30,7 +30,7 @@
)

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

0 comments on commit da8d4de

Please sign in to comment.