Skip to content

Commit 90ab22f

Browse files
authored
Merge pull request #475 from Valantin/del-ubuntu20
Drop Ubuntu 20.04 support
2 parents 5ff86b8 + 78f6513 commit 90ab22f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/facter/easyrsa.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
binaryv3 = '/usr/share/easy-rsa/3/easyrsa'
1313
when %r{Ubuntu|Debian}
1414
binaryv3 = case operatingsystemrelease
15-
when %r{|11|12|18.04|20.04|22.04|24.04}
15+
when %r{|11|12|22.04|24.04}
1616
'/usr/share/easy-rsa/easyrsa'
1717
else
1818
'/usr/share/doc/openvpn/examples/easy-rsa/3.0/easyrsa'

metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
{
1313
"operatingsystem": "Ubuntu",
1414
"operatingsystemrelease": [
15-
"20.04",
1615
"22.04",
1716
"24.04"
1817
]

0 commit comments

Comments
 (0)