Skip to content

Commit 2ea4f65

Browse files
committed
client package is puppet-agent on debian 12+
1 parent 876e521 commit 2ea4f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/params.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@
281281
$server_ssl_dir = $ssldir
282282
$server_version = undef
283283

284-
if $aio_package {
284+
if $aio_package or
285+
($facts['os']['name'] == 'Debian' and Integer($facts['os']['release']['major']) >= 12) {
285286
$client_package = ['puppet-agent']
286287
} elsif ($facts['os']['family'] =~ /(FreeBSD|DragonFly)/) {
287288
$client_package = ["puppet${puppet_major}"]

0 commit comments

Comments
 (0)