add archlinux test

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-02 23:34:34 +01:00
parent 581727e1bf
commit 643c618a9f
1 changed files with 7 additions and 0 deletions

View File

@ -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
;;