Skip to content

Commit 9625ef1

Browse files
committed
Updating integration testing
1 parent 7c0b39e commit 9625ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/acceptance/pe_server.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# @example
66
# ntp::acceptance::pe_server
77
plan ntp::acceptance::pe_server(
8-
Optional[String] $version = '2021.7.9',
9-
Optional[Hash] $pe_settings = { password => 'puppetlabs' }
8+
Optional[String] $version = '2023.8.5',
9+
Optional[Hash] $pe_settings = { password => 'Puppetlabs123!' }
1010
) {
1111
#identify pe server node
1212
$puppet_server = get_targets('*').filter |$n| { $n.vars['role'] == 'ntpserver' }

0 commit comments

Comments
 (0)