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 5c5c15c + 949f8c4 commit ed17a92Copy full SHA for ed17a92
lib/puppet/provider/host/parsed.rb
@@ -1,6 +1,6 @@
1
require 'puppet/provider/parsedfile'
2
3
-case Facter.value(:osfamily)
+case Facter.value('os.family')
4
when 'Solaris'
5
hosts = '/etc/inet/hosts'
6
when 'windows'
0 commit comments