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 5c5c15c commit 949f8c4Copy full SHA for 949f8c4
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