From 6e6e039506649f1750c29dd5c58bd7e7355b0cef Mon Sep 17 00:00:00 2001 From: Kamal Nasser Date: Fri, 8 Aug 2014 22:03:17 +0300 Subject: [PATCH] Replace all occurrences of "Digital Ocean" with "DigitalOcean" --- docsite/rst/guides.rst | 2 +- docsite/rst/intro_dynamic_inventory.rst | 2 +- library/cloud/digital_ocean_domain | 4 ++-- library/cloud/digital_ocean_sshkey | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsite/rst/guides.rst b/docsite/rst/guides.rst index 7a8a5e70c3c..bcaefc83da2 100644 --- a/docsite/rst/guides.rst +++ b/docsite/rst/guides.rst @@ -13,5 +13,5 @@ This section is new and evolving. The idea here is explore particular use cases guide_rolling_upgrade test_strategies -Pending topics may include: Docker, Jenkins, Google Compute Engine, Linode/Digital Ocean, Continuous Deployment, and more. +Pending topics may include: Docker, Jenkins, Google Compute Engine, Linode/DigitalOcean, Continuous Deployment, and more. diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst index 6ca70629359..f8a5c92b2de 100644 --- a/docsite/rst/intro_dynamic_inventory.rst +++ b/docsite/rst/intro_dynamic_inventory.rst @@ -199,7 +199,7 @@ Other inventory scripts In addition to Cobbler and EC2, inventory scripts are also available for:: BSD Jails - Digital Ocean + DigitalOcean Google Compute Engine Linode OpenShift diff --git a/library/cloud/digital_ocean_domain b/library/cloud/digital_ocean_domain index 424ce7435aa..d0615ad0df0 100644 --- a/library/cloud/digital_ocean_domain +++ b/library/cloud/digital_ocean_domain @@ -30,10 +30,10 @@ options: choices: ['present', 'active', 'absent', 'deleted'] client_id: description: - - Digital Ocean manager id. + - DigitalOcean manager id. api_key: description: - - Digital Ocean api key. + - DigitalOcean api key. id: description: - Numeric, the droplet id you want to operate on. diff --git a/library/cloud/digital_ocean_sshkey b/library/cloud/digital_ocean_sshkey index 8ae7af47793..69f32266b51 100644 --- a/library/cloud/digital_ocean_sshkey +++ b/library/cloud/digital_ocean_sshkey @@ -30,10 +30,10 @@ options: choices: ['present', 'absent'] client_id: description: - - Digital Ocean manager id. + - DigitalOcean manager id. api_key: description: - - Digital Ocean api key. + - DigitalOcean api key. id: description: - Numeric, the SSH key id you want to operate on.