Skip to content

Commit 35fe222

Browse files
NikitaNikita
authored andcommitted
ubuntu support
1 parent f50bf08 commit 35fe222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
$release = $facts['os']['distro']['codename']
7070
$manage_repos = false
7171
}
72-
'xenial', 'bionic', 'focal', 'jammy': {
72+
'focal', 'jammy', 'noble': {
7373
$manage_repos = false
7474
}
7575
default: {

manifests/repo/ubuntu.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
case $version {
1313
'7.4', '8.0', '8.1', '8.2', '8.3', '8.4': {
1414
case $facts['os']['distro']['codename'] {
15-
'bionic', 'focal', 'jammy': {
15+
'focal', 'jammy', 'noble': {
1616
::apt::ppa { 'ppa:ondrej/php': }
1717
stdlib::ensure_packages(['apt-transport-https'], { 'ensure' => 'present' })
1818
}

0 commit comments

Comments
 (0)