From d49220b8308707b2884778fb900684754c75c2cf Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Tue, 30 Jul 2013 20:07:20 -0500 Subject: [PATCH] Fixed a problem on my side. Was doing weird things. --- cloud/rax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/rax b/cloud/rax index 4dec686da4c..41f610bd814 100644 --- a/cloud/rax +++ b/cloud/rax @@ -92,8 +92,8 @@ EXAMPLES = ''' flavor: 5 image: b11d9567-e412-4255-96b9-bd63ab23bcfe files: - - /root/.ssh/authorized_keys=/home/localuser/.ssh/id_rsa.pub - - /root/test.txt=/home/localuser/test.txt + /root/.ssh/authorized_keys: /home/localuser/.ssh/id_rsa.pub + /root/test.txt: /home/localuser/test.txt wait: yes state: present '''