From 643c618a9f578a035ef8b5b56ded7d15bbb295a1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Mar 2011 23:34:34 +0100 Subject: [PATCH] add archlinux test Signed-off-by: Nico Schottelius --- conf/manifest/init | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/manifest/init b/conf/manifest/init index dde07bf3..be9d10c5 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -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 ;;