Skip to content

Commit d448f8d

Browse files
committed
Fix
1 parent 9ed0e10 commit d448f8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plans/acceptance/pe_agent.pp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
$puppet_server = get_targets('*').filter |$n| { $n.vars['role'] == 'ntpserver' }
1010
$puppet_agent = get_targets('*').filter |$n| { $n.vars['role'] == 'ntpclient' }
1111

12+
# Ensure pe_repo class is applied on the master
13+
run_command(
14+
'puppet apply -e "include pe_repo::platform::ubuntu_2204_amd64"',
15+
$puppet_server,
16+
)
17+
1218
# install pe server
1319
run_plan(
1420
'deploy_pe::provision_agent',

0 commit comments

Comments
 (0)