From be6b9b0594e4c5a2924e618ddc77d7a774b0b57b Mon Sep 17 00:00:00 2001
From: Michael DeHaan
Date: Mon, 27 Aug 2012 21:59:22 -0400
Subject: [PATCH] Fix rst formatting + rebuild
---
YAMLSyntax.html | 2 +-
api.html | 2 +-
bestpractices.html | 2 +-
examples.html | 2 +-
faq.html | 2 +-
genindex.html | 2 +-
gettingstarted.html | 2 +-
index.html | 2 +-
moduledev.html | 2 +-
modules.html | 31 +++++++++++++++++--------------
patterns.html | 2 +-
playbooks.html | 2 +-
playbooks2.html | 2 +-
rst/modules.rst | 1 -
rst/modules/git.rst | 4 ++--
rst/modules/subversion.rst | 6 +++---
search.html | 2 +-
searchindex.js | 2 +-
who_uses_ansible.html | 2 +-
19 files changed, 37 insertions(+), 35 deletions(-)
diff --git a/YAMLSyntax.html b/YAMLSyntax.html
index 774b387e15..5e0ec5ed7d 100644
--- a/YAMLSyntax.html
+++ b/YAMLSyntax.html
@@ -289,7 +289,7 @@ languages:
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/api.html b/api.html
index bf8e52760c..35ae9bf17e 100644
--- a/api.html
+++ b/api.html
@@ -468,7 +468,7 @@ e.g.
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/bestpractices.html b/bestpractices.html
index 43b292d29b..e57965f063 100644
--- a/bestpractices.html
+++ b/bestpractices.html
@@ -340,7 +340,7 @@ different variables to different geographies.
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/examples.html b/examples.html
index bdeaa90784..38fa99c755 100644
--- a/examples.html
+++ b/examples.html
@@ -442,7 +442,7 @@ what their names or IP addresses are).
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/faq.html b/faq.html
index 5dfd7f2753..b0c5fefc6c 100644
--- a/faq.html
+++ b/faq.html
@@ -409,7 +409,7 @@ tasks – whether for a QA sytem, build system, or anything you can think of
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/genindex.html b/genindex.html
index 04f83fe5d3..9198e1706c 100644
--- a/genindex.html
+++ b/genindex.html
@@ -204,7 +204,7 @@ s.parentNode.insertBefore(ga, s);
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/gettingstarted.html b/gettingstarted.html
index ce6a9b28e0..8d278dbe66 100644
--- a/gettingstarted.html
+++ b/gettingstarted.html
@@ -410,7 +410,7 @@ explore, but you already have a fully working infrastructure!
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.
diff --git a/index.html b/index.html
index acf4729193..fc58db1091 100644
--- a/index.html
+++ b/index.html
@@ -419,7 +419,7 @@ Puppet Labs, and is now with service
setup
shell
+subversion
supervisorctl
template
user
@@ -807,7 +808,8 @@ small local files. prior to 0.6, acts if ‘yes’ by default.
force |
no |
yes |
-(New in 0.8) If yes, any modified files in the working repository will be thrown out. If no, this module will fail if it encounters modified files. |
+(new in 0.7) If yes, any modified files in the working repository will be
+discarded. Prior to 0.7, this was always ‘yes’ and could not be disabled. |
@@ -1474,8 +1476,8 @@ your best judgement.
subversion
-New in version 0.8.
-
Deploys a subversion repository
+
New in version 0.7.
+
Deploys a subversion repository.
@@ -1494,26 +1496,27 @@ your best judgement.
repo |
yes |
|
-The subversion URL to the subversion repository. |
+The subversion URL to the repository. |
dest |
yes |
|
-The absolute path where the repository should be deployed. |
+Absolute path where the repository should be deployed. |
force |
no |
yes |
-If yes, any modified files in the working repository will be thrown out. If no, then this module will fail if it encounters modified files. |
+If yes, any modified files in the working repository will be
+discarded. If no, this module will fail if it encounters modified files. |
-
Example action from a playbook:
+
Example action from Ansible Playbooks:
subversion repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout
-
supervisorctl
+
supervisorctl
New in version 0.7.
Manage the state of a program or group of programs running via Supervisord
@@ -1549,7 +1552,7 @@ your best judgement.
-
template
+
template
Templates a file out to a remote server.
@@ -1589,7 +1592,7 @@ a relative or absolute path.
-
user
+
user
Creates user accounts, manipulates existing user accounts, and removes user accounts.
@@ -1688,7 +1691,7 @@ user name=mdehaan state=absent force=yes
-
virt
+
virt
Manages virtual machines supported by libvirt. Requires that libvirt be installed
on the managed machine.
@@ -1748,7 +1751,7 @@ ansible host -m virt -a "command=virttype"
-
yum
+
yum
Will install, upgrade, remove, and list packages with the yum package manager.
@@ -1846,9 +1849,9 @@ yum name=httpd state=installed
© Copyright 2012 Michael DeHaan.
- Last updated on Aug 24, 2012.
+ Last updated on Aug 27, 2012.