Skip to content

Commit 0cac9fd

Browse files
committed
Not enough escape velocity
1 parent 977c6c5 commit 0cac9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/fqdn_rotate_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
if fact('is_pe', '--puppet') == "true"
88
if fact('osfamily') =~ /windows/i
99
if fact('kernelmajversion').to_f < 6.0
10-
'C:\\Documents and Settings\\All Users\\Application Data\\PuppetLabs\\facter\\facts.d'
10+
'C:/Documents and Settings/All Users/Application Data/PuppetLabs/facter/facts.d'
1111
else
12-
'C:\\ProgramData\\PuppetLabs\\facter\\facts.d'
12+
'C:/ProgramData/PuppetLabs/facter/facts.d'
1313
end
1414
else
1515
'/etc/puppetlabs/facter/facts.d'

0 commit comments

Comments
 (0)