forked from ungleich-public/cdist
add archlinux test
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
581727e1bf
commit
643c618a9f
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ case "$__target_host" in
|
|||
__file test --type file --destination /tmp/cdist-testfile
|
||||
;;
|
||||
|
||||
# Alias in /etc/hosts for localhost
|
||||
cdist-archlinux)
|
||||
__package_pacman django --state deinstalled
|
||||
__package_pacman wireshark-cli --state installed
|
||||
__package_pacman zsh --state installed
|
||||
;;
|
||||
|
||||
ikq*)
|
||||
__package_apt zsh --state installed
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue