Fix spelling.
This commit is contained in:
parent
3df61be7b8
commit
2d72c08e9b
13 changed files with 19 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ you can clone it multiple times::
|
|||
machine-b % git clone git://your-git-server/cdist
|
||||
|
||||
|
||||
Seperating work by groups
|
||||
Separating work by groups
|
||||
-------------------------
|
||||
If you are working with different groups on one cdist-configuration,
|
||||
you can delegate to other manifests and have the groups edit only
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Simplicity
|
|||
There is only one type to extend cdist called **type**
|
||||
|
||||
Design
|
||||
+ Type and core cleanly seperated
|
||||
+ Type and core cleanly separated
|
||||
+ Sticks completly to the KISS (keep it simple and stupid) paradigma
|
||||
+ Meaningful error messages - do not lose time debugging error messages
|
||||
+ Consistency in behaviour, naming and documentation
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ or open a pull request at http://github.com/telmich/cdist.
|
|||
|
||||
How to submit a new type
|
||||
------------------------
|
||||
For detailled information about types, see `cdist type <cdist-type.html>`_.
|
||||
For detailed information about types, see `cdist type <cdist-type.html>`_.
|
||||
|
||||
Submitting a type works as described above, with the additional requirement
|
||||
that a corresponding manpage named man.text in asciidoc format with
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ On line 4 you can see that the instantion of a type "\__link" object needs
|
|||
the object "__file/etc/cdist-configured" to be present, before it can proceed.
|
||||
|
||||
This also means that the "\__link" command must make sure, that either
|
||||
"\__file/etc/cdist-configured" allready is present, or, if it's not, it needs
|
||||
"\__file/etc/cdist-configured" already is present, or, if it's not, it needs
|
||||
to be created. The task of cdist is to make sure, that the dependency will be
|
||||
resolved appropriately and thus "\__file/etc/cdist-configured" be created
|
||||
if necessary before "__link" proceeds (or to abort execution with an error).
|
||||
|
|
@ -216,7 +216,7 @@ How to override objects:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
# for example in the inital manifest
|
||||
# for example in the initial manifest
|
||||
|
||||
# create user account foobar with some hash for password
|
||||
__user foobar --password 'some_fancy_hash' --home /home/foobarexample
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ Example: (e.g. in cdist/conf/type/__nginx_vhost/manifest)
|
|||
# parameter with multiple values
|
||||
if [ -f "$__object/parameter/server_alias" ]; then
|
||||
for alias in $(cat "$__object/parameter/server_alias"); do
|
||||
echo $alias > /some/where/usefull
|
||||
echo $alias > /some/where/useful
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ Use `messaging </software/cdist/man/3.0.0/man7/cdist-messaging.html>`_ instead.
|
|||
Updating from 2.2 to 2.3
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
No incompatiblities.
|
||||
No incompatibilities.
|
||||
|
||||
Updating from 2.1 to 2.2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -164,7 +164,7 @@ Updating from 1.5 to 1.6
|
|||
Updating from 1.3 to 1.5
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
No incompatiblities.
|
||||
No incompatibilities.
|
||||
|
||||
Updating from 1.2 to 1.3
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -174,7 +174,7 @@ Rename **gencode** of every type to **gencode-remote**.
|
|||
Updating from 1.1 to 1.2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
No incompatiblities.
|
||||
No incompatibilities.
|
||||
|
||||
Updating from 1.0 to 1.1
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ CDIST_LOCAL_SHELL
|
|||
Selects shell for local script execution, defaults to /bin/sh.
|
||||
|
||||
CDIST_REMOTE_SHELL
|
||||
Selects shell for remote scirpt execution, defaults to /bin/sh.
|
||||
Selects shell for remote script execution, defaults to /bin/sh.
|
||||
|
||||
CDIST_OVERRIDE
|
||||
Allow overwriting type parameters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue