forked from ungleich-public/cdist
some cleanups in cdist-type__addifnosuchline(7)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
cb1cdb33c5
commit
6f7312e877
1 changed files with 11 additions and 15 deletions
|
@ -1,22 +1,17 @@
|
||||||
cdist-type__addifnosuchline(1)
|
cdist-type__addifnosuchline(7)
|
||||||
======================
|
==============================
|
||||||
Daniel Roth <dani-cdist--@--d-roth.li>
|
Daniel Roth <dani-cdist--@--d-roth.li>
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-type__addifnosuchline - Add if no such line
|
cdist-type__addifnosuchline - Add a line (if not existing already)
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
|
||||||
--------
|
|
||||||
cdist-type__addifnosuchline - Add if no such line
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
cdist-type__addifnosuchline - can be used to check a file for existence of a
|
This type can be used to check a file for existence of a
|
||||||
specific line and adding that if not found
|
specific line and adding it, if it was not found.
|
||||||
|
|
||||||
|
|
||||||
REQUIRED PARAMETERS
|
REQUIRED PARAMETERS
|
||||||
|
@ -28,21 +23,22 @@ line::
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
file::
|
file::
|
||||||
If supplied, use this as the destination file. Otherwise the
|
If supplied, use this as the destination file.
|
||||||
object_id is used.
|
Otherwise the object_id is used.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
# Creates or appends the line specifiend in "include_www" to the file "lighttpd.conf"
|
# Creates or appends the line specifiend in "include_www" to the file "lighttpd.conf"
|
||||||
__addifnosuchline www --file lighttpd.conf --line include_www
|
__addifnosuchline www --file /etc/lighttpd.conf --line include_www
|
||||||
|
|
||||||
# Adds the line "include_git" to the file "lighttpd.conf"
|
# Adds the line "include_git" to the file "lighttpd.conf"
|
||||||
__addifnosuchline lighttpd.conf --line include_git
|
__addifnosuchline /etc/lighttpd.conf --line include_git
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist-type(7)
|
- cdist-type(7)
|
||||||
|
|
Loading…
Reference in a new issue