Skip to content

Commit

Permalink
Merge pull request redhat-openstack#288 from hunner/rotate_slash
Browse files Browse the repository at this point in the history
Not enough escape velocity
  • Loading branch information
hunner committed Jun 25, 2014
2 parents 977c6c5 + 0cac9fd commit ac21d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/fqdn_rotate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
if fact('is_pe', '--puppet') == "true"
if fact('osfamily') =~ /windows/i
if fact('kernelmajversion').to_f < 6.0
'C:\\Documents and Settings\\All Users\\Application Data\\PuppetLabs\\facter\\facts.d'
'C:/Documents and Settings/All Users/Application Data/PuppetLabs/facter/facts.d'
else
'C:\\ProgramData\\PuppetLabs\\facter\\facts.d'
'C:/ProgramData/PuppetLabs/facter/facts.d'
end
else
'/etc/puppetlabs/facter/facts.d'
Expand Down

0 comments on commit ac21d50

Please sign in to comment.