Skip to content

Commit de8a251

Browse files
committed
fix 2
1 parent d448f8d commit de8a251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/acceptance/pe_agent.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
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
12+
# Stage agent packages for Ubuntu 22.04 on the master
1313
run_command(
14-
'puppet apply -e "include pe_repo::platform::ubuntu_2204_amd64"',
14+
'puppet infrastructure provision_agent --platform ubuntu-22.04-amd64',
1515
$puppet_server,
1616
)
1717

0 commit comments

Comments
 (0)