Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C2C810B80 for ; Sat, 15 Nov 2014 06:00:50 +0000 (UTC) Received: (qmail 87994 invoked by uid 500); 15 Nov 2014 06:00:45 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 87965 invoked by uid 500); 15 Nov 2014 06:00:45 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 87956 invoked by uid 99); 15 Nov 2014 06:00:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 06:00:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 110179435AE; Sat, 15 Nov 2014 06:00:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: rajani@apache.org To: commits@cloudstack.apache.org Message-Id: <82f8f40531c4419ab9fa38b391070480@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cloudstack-docs git commit: Fixed some typos. Date: Sat, 15 Nov 2014 06:00:45 +0000 (UTC) Repository: cloudstack-docs Updated Branches: refs/heads/4.3 0fbe507d7 -> 73add9143 Fixed some typos. This closes #7 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/73add914 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/73add914 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/73add914 Branch: refs/heads/4.3 Commit: 73add914343177a1c297d5f68f51667b35ac9e7b Parents: 0fbe507 Author: Mary Brennan Authored: Fri Nov 14 16:17:01 2014 -0800 Committer: Rajani Karuturi Committed: Sat Nov 15 11:30:12 2014 +0530 ---------------------------------------------------------------------- rtd/source/ansible.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/73add914/rtd/source/ansible.rst ---------------------------------------------------------------------- diff --git a/rtd/source/ansible.rst b/rtd/source/ansible.rst index 7f0f9bd..a410e93 100644 --- a/rtd/source/ansible.rst +++ b/rtd/source/ansible.rst @@ -13,7 +13,7 @@ intent to Chef and Puppet. It allows (usually) DevOps teams to orchestrate the deployment and configuration of their environments without having to re-write custom scripts to make changes. -Like Chef and Puppet, Ansible is designed to be idempotent, these means +Like Chef and Puppet, Ansible is designed to be idempotent. This means that you determine the state you want a host to be in and Ansible will decide if it needs to act in order to achieve that state. @@ -23,7 +23,7 @@ There’s already Chef and Puppet, so what’s the fuss about Ansible? Let’s take it as a given that configuration management makes life much easier (and is quite cool), Ansible only needs an SSH connection to the hosts that you’re going to manage to get started. While Ansible requires -Python 2.4 or greater to on the host you’re going to manage in order to +Python 2.4 or greater on the host you’re going to manage in order to leverage the vast majority of its functionality, it is able to connect to hosts which don’t have Python installed in order to then install Python, so it’s not really a problem. This greatly simplifies the