File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Systems Administration
4
4
Fabric
5
5
------
6
6
7
- Fabric is a library for simplifying system administration tasks. While Chef
7
+ ` Fabric < http://docs.fabfile.org >`_ is a library for simplifying system administration tasks. While Chef
8
8
and Puppet tend to focus on managing servers and system libraries,
9
9
fabric is more focused on application level tasks such as deployment.
10
10
@@ -66,16 +66,23 @@ and we can deploy with:
66
66
Additional features include parallel execution, interaction with remote
67
67
programs, and host grouping.
68
68
69
+ `Fabric Documentation <http://docs.fabfile.org >`_
70
+
69
71
Chef
70
72
----
71
73
72
74
.. todo :: Write about Chef
73
75
76
+ `Chef Documentation
77
+ <http://wiki.opscode.com/display/chef/Documentation> `_
78
+
74
79
Puppet
75
80
------
76
81
77
82
.. todo :: Write about Puppet
78
83
84
+ `Puppet Labs Documentation <http://docs.puppetlabs.com >`_
85
+
79
86
Blueprint
80
87
---------
81
88
@@ -84,4 +91,7 @@ Blueprint
84
91
Buildout
85
92
--------
86
93
87
- .. todo :: Write about Buildout
94
+ .. todo :: Write about Buildout
95
+
96
+ `Buildout Website <http://www.buildout.org >`_
97
+
You can’t perform that action at this time.
0 commit comments