forked from ungleich-public/cdist
commit
d109db31d0
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ EXAMPLES
|
|||
--------
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
# Creates or appends the line specifiend in "include_www" to the file "lighttpd.conf"
|
||||
# Creates or appends the line specified in "include_www" to the file "lighttpd.conf"
|
||||
__addifnosuchline www --file /etc/lighttpd.conf --line include_www
|
||||
|
||||
# Adds the line "include_git" to the file "lighttpd.conf"
|
||||
|
|
|
@ -47,7 +47,7 @@ on given conditions.
|
|||
|
||||
INITIAL AND TYPE MANIFESTS
|
||||
--------------------------
|
||||
Cdist nows about two types of manifests: The initial manifest and type
|
||||
Cdist knows about two types of manifests: The initial manifest and type
|
||||
manifests. The initial manifest is used to define, which configurations
|
||||
to apply to which hosts. The type manifests are used to create objects
|
||||
from types. More about manifests in types can be found in cdist-type(7).
|
||||
|
|
Loading…
Reference in a new issue