|
|
@ -37,11 +37,17 @@ case "$__target_host" in |
|
|
|
# Same stuff for gentoo |
|
|
|
# Same stuff for gentoo |
|
|
|
__package tree --state installed |
|
|
|
__package tree --state installed |
|
|
|
;; |
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
cdist-debian) |
|
|
|
cdist-debian) |
|
|
|
__package_apt atop --state installed |
|
|
|
__package_apt atop --state installed |
|
|
|
__package apache2 --state deinstalled |
|
|
|
__package apache2 --state deinstalled |
|
|
|
;; |
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cdist-redhat) |
|
|
|
|
|
|
|
__issue |
|
|
|
|
|
|
|
__motd |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
# Real machines may be used with their hostname or fqdn, |
|
|
|
# Real machines may be used with their hostname or fqdn, |
|
|
|
# depending on how you call cdist-deploy-to |
|
|
|
# depending on how you call cdist-deploy-to |
|
|
|
# machine) |
|
|
|
# machine) |
|
|
|