]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Not enough escape velocity
authorHunter Haugen <hunter@puppetlabs.com>
Tue, 24 Jun 2014 22:03:58 +0000 (15:03 -0700)
committerHunter Haugen <hunter@puppetlabs.com>
Tue, 24 Jun 2014 22:03:58 +0000 (15:03 -0700)
spec/acceptance/fqdn_rotate_spec.rb

index bc02eb6b1d73011e02aef7d1bdad4f7e9195462d..d56c2b1f065699a20657b81ca40f23125b3d0730 100755 (executable)
@@ -7,9 +7,9 @@ describe 'fqdn_rotate function', :unless => UNSUPPORTED_PLATFORMS.include?(fact(
       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'