From 2167be8fe9f693a38fe508ce256e46f1b9f97e15 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Tue, 30 Jul 2013 20:07:20 -0500 Subject: Fixed a problem on my side. Was doing weird things. --- library/cloud/rax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library') diff --git a/library/cloud/rax b/library/cloud/rax index 4dec686da4..41f610bd81 100644 --- a/library/cloud/rax +++ b/library/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 ''' -- cgit v1.2.1