77. cdist-type__pacman_conf_integrate(7)¶
Integrate default pacman.conf to cdist conform and vice versa
Dominique Roux <dominique.roux4@gmail.com>
77.1. DESCRIPTION¶
The type allows you to convert the default pacman.conf to a cdist conform one and vice versa
77.2. REQUIRED PARAMETERS¶
None.
77.3. OPTIONAL PARAMETERS¶
- state
- ‘present’ or ‘absent’, defaults to ‘present’
77.4. EXAMPLES¶
# Convert normal to cdist conform
__pacman_conf_integrate convert
# Convert cdist conform to normal
__pacman_conf_integrate convert --state absent
77.5. SEE ALSO¶
- cdist-type(7)
- grep(1)
77.6. 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).