cdist/cdist/conf/type/__pacman_conf_integrate/man.rst

50 lines
912 B
ReStructuredText
Raw Normal View History

cdist-type__pacman_conf_integrate(7)
====================================
NAME
----
cdist-type__pacman_conf_integrate - Integrate default pacman.conf to cdist conform and vice versa
DESCRIPTION
-----------
The type allows you to convert the default pacman.conf to a cdist conform one and vice versa
REQUIRED PARAMETERS
-------------------
None.
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
'present' or 'absent', defaults to 'present'
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
2016-05-20 06:50:56 +00:00
# Convert normal to cdist conform
__pacman_conf_integrate convert
2016-05-20 06:50:56 +00:00
# Convert cdist conform to normal
__pacman_conf_integrate convert --state absent
SEE ALSO
--------
2016-06-30 13:12:32 +00:00
:strong:`grep`\ (1)
AUTHORS
-------
Dominique Roux <dominique.roux4@gmail.com>
COPYING
-------
Copyright \(C) 2015 Dominique Roux. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).