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 5f7cf00 + 5d90330 commit a8a2523Copy full SHA for a8a2523
tasks/st0361_uploading_facts.rb
@@ -4,7 +4,7 @@
4
require 'json'
5
require 'open3'
6
7
-path = if Facter.value(:osfamily).eql? 'windows'
+path = if Facter.value(:'os.family').eql? 'windows'
8
'C:\\"Program Files"\\"Puppet Labs"\\Puppet\\bin\\'
9
else
10
'/opt/puppetlabs/bin/'
0 commit comments