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

52 lines
1015 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
-------
2016-08-12 19:58:44 +00:00
Copyright \(C) 2015 Dominique Roux. You can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.