Skip to content

Commit ac21d50

Browse files
committed
Merge pull request #288 from hunner/rotate_slash
Not enough escape velocity
2 parents 977c6c5 + 0cac9fd commit ac21d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)