We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c6c5 commit 0cac9fdCopy full SHA for 0cac9fd
spec/acceptance/fqdn_rotate_spec.rb
@@ -7,9 +7,9 @@
7
if fact('is_pe', '--puppet') == "true"
8
if fact('osfamily') =~ /windows/i
9
if fact('kernelmajversion').to_f < 6.0
10
- 'C:\\Documents and Settings\\All Users\\Application Data\\PuppetLabs\\facter\\facts.d'
+ 'C:/Documents and Settings/All Users/Application Data/PuppetLabs/facter/facts.d'
11
else
12
- 'C:\\ProgramData\\PuppetLabs\\facter\\facts.d'
+ 'C:/ProgramData/PuppetLabs/facter/facts.d'
13
end
14
15
'/etc/puppetlabs/facter/facts.d'
0 commit comments