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.
2 parents 89b6b2f + d3758f7 commit 48acf24Copy full SHA for 48acf24
lib/facter/easyrsa.rb
@@ -12,7 +12,7 @@
12
binaryv3 = '/usr/share/easy-rsa/3/easyrsa'
13
when %r{Ubuntu|Debian}
14
case operatingsystemrelease
15
- when %r{8|9|16.04|18.04}
+ when %r{8|9|10|16.04|18.04}
16
binaryv2 = '/usr/share/easy-rsa/pkitool'
17
binaryv3 = '/usr/share/easy-rsa/easyrsa'
18
else
0 commit comments