From f18db0dd209eeef5d6a03f4e864ed714b1d5857d Mon Sep 17 00:00:00 2001 From: Paul Durivage Date: Wed, 12 Feb 2014 11:22:15 -0600 Subject: [PATCH] Doc updates --- library/cloud/rax_files | 4 ++-- library/cloud/rax_files_objects | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/cloud/rax_files b/library/cloud/rax_files index 33a347ccf8c..564cdb578d6 100644 --- a/library/cloud/rax_files +++ b/library/cloud/rax_files @@ -104,7 +104,7 @@ EXAMPLES = ''' container: mycontainer2 meta: key: value - file_for: paul.durivage@rackspace.com + file_for: someuser@example.com - name: "Set a container's web index page" rax_files: container=mycontainer web_index=index.html @@ -135,7 +135,7 @@ EXAMPLES = ''' container: mycontainer2 type: meta meta: - uploaded_by: paul.durivage@rackspace.com + uploaded_by: someuser@example.com - name: "Remove mycontainer2 metadata" rax_files: diff --git a/library/cloud/rax_files_objects b/library/cloud/rax_files_objects index 0f70210d9b0..b628ff14027 100644 --- a/library/cloud/rax_files_objects +++ b/library/cloud/rax_files_objects @@ -140,7 +140,7 @@ EXAMPLES = ''' method: put meta: testkey: testdata - who_uploaded_this: paul.durivage@rackspace.com + who_uploaded_this: someuser@example.com - name: "Upload one file to test container with TTL of 60 seconds" rax_files_objects: container=testcont method=put src=~/Downloads/testcont/file3 expires=60