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 2919a24 commit b48699cCopy full SHA for b48699c
metadata.json
@@ -70,7 +70,8 @@
70
{
71
"operatingsystem": "Debian",
72
"operatingsystemrelease": [
73
- "11"
+ "11",
74
+ "12"
75
]
76
},
77
spec/support/acceptance/puppetserver.rb
@@ -4,5 +4,7 @@ def unsupported_puppetserver
4
true
5
when 'Fedora'
6
7
+ when 'Debian'
8
+ host_inventory['facter']['os']['release']['major'] == '12'
9
end
10
0 commit comments