cdist/conf/type/__addifnosuchline/man.text

56 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-03-08 18:34:51 +00:00
cdist-type-addifnosuchline(1)
======================
Daniel Roth <dani-cdist--@--d-roth.li>
NAME
----
cdist-type-addifnosuchline
SYNOPSIS
--------
cdist-type-addifnosuchline Add if no such line
DESCRIPTION
-----------
2011-03-15 19:46:15 +00:00
cdist-type-addifnosuchline can be used to check a file for existence of a
2011-03-08 18:34:51 +00:00
specific line and adding that if not found
REQUIRED PARAMETERS
-------------------
line::
2011-03-15 19:46:15 +00:00
Specifies the content which shall be added if not existing.
OPTIONAL PARAMETERS
-------------------
file::
If supplied, use this as the destination file. Otherwise the
object_id is used.
EXAMPLES
--------
--------------------------------------------------------------------------------
2011-03-15 19:46:15 +00:00
# Creates or appends the line specifiend in "include_www" to the file "lighttpd.conf"
2011-03-15 19:46:15 +00:00
__addifnosuchline www --file lighttpd.conf --line include_www
2011-03-15 19:46:15 +00:00
# Adds the line "include_git" to the file "bar"
__addifnosuchline git_web --file lighttpd.conf --line include_git
--------------------------------------------------------------------------------
2011-03-08 18:34:51 +00:00
SEE ALSO
--------
cdist(7)
COPYING
-------
Copyright \(C) 2011 Daniel Roth. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).