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 e1c2f3f commit 3786ef1Copy full SHA for 3786ef1
lib/facter/iptables_persistent_version.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
Facter.add(:iptables_persistent_version) do
4
- confine operatingsystem: ['Debian', 'Ubuntu']
+ confine 'os.name': ['Debian', 'Ubuntu']
5
setcode do
6
# Throw away STDERR because dpkg >= 1.16.7 will make some noise if the
7
# package isn't currently installed.
0 commit comments