We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09003f commit 6739538Copy full SHA for 6739538
manifests/params.pp
@@ -281,7 +281,8 @@
281
$server_ssl_dir = $ssldir
282
$server_version = undef
283
284
- if $aio_package {
+ if $aio_package or
285
+ ($facts['os']['name'] == 'Debian' and Integer($facts['os']['release']['major']) >= 12) {
286
$client_package = ['puppet-agent']
287
} elsif ($facts['os']['family'] =~ /(FreeBSD|DragonFly)/) {
288
$client_package = ["puppet${puppet_major}"]
0 commit comments