From 0cac9fd0489180d7b6ae59ce67334dc34ddcc961 Mon Sep 17 00:00:00 2001
From: Hunter Haugen <hunter@puppetlabs.com>
Date: Tue, 24 Jun 2014 15:03:58 -0700
Subject: Not enough escape velocity

---
 spec/acceptance/fqdn_rotate_spec.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'spec')

diff --git a/spec/acceptance/fqdn_rotate_spec.rb b/spec/acceptance/fqdn_rotate_spec.rb
index bc02eb6..d56c2b1 100755
--- a/spec/acceptance/fqdn_rotate_spec.rb
+++ b/spec/acceptance/fqdn_rotate_spec.rb
@@ -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'
-- 
cgit v1.2.3