integrate __pacman_conf_integrate
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
2985bd709a
commit
b68091e032
9 changed files with 8 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
cdist-type__pacman_integrate(7)
|
cdist-type__pacman_conf_integrate(7)
|
||||||
===============================
|
====================================
|
||||||
Dominique Roux <dominique.roux4@gmail.com>
|
Dominique Roux <dominique.roux4@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-type__pacman_integrate - Integrate default pacman.conf to cdist conform and vice versa
|
cdist-type__pacman_conf_integrate - Integrate default pacman.conf to cdist conform and vice versa
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -28,10 +28,10 @@ EXAMPLES
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
# Convert normal to cdist conform
|
# Convert normal to cdist conform
|
||||||
__pacman_integrate convert
|
__pacman_conf_integrate convert
|
||||||
|
|
||||||
# Convert cdist conform to normal
|
# Convert cdist conform to normal
|
||||||
__pacman_integrate convert --state absent
|
__pacman_conf_integrate convert --state absent
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
@ -3,6 +3,9 @@ Changelog
|
||||||
|
|
||||||
next:
|
next:
|
||||||
* Documentation: Fix spelling in manual pages (Dmitry Bogatov)
|
* Documentation: Fix spelling in manual pages (Dmitry Bogatov)
|
||||||
|
* New type: __pacman_conf: Manage pacman.conf (Dominique Roux)
|
||||||
|
* New type: __pacman_conf_integrate: cdist compatible pacman.conf (Dominique Roux)
|
||||||
|
|
||||||
|
|
||||||
3.1.13: 2015-05-16
|
3.1.13: 2015-05-16
|
||||||
* Type __block: Fix support for non stdin blocks (Dominique Roux)
|
* Type __block: Fix support for non stdin blocks (Dominique Roux)
|
||||||
|
|
Loading…
Reference in a new issue