diff --git a/balazs/dot-cdist/type/__my_computer/manifest~ b/balazs/dot-cdist/type/__my_computer/manifest~ deleted file mode 100755 index a6ac13d..0000000 --- a/balazs/dot-cdist/type/__my_computer/manifest~ +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -#This is a type for practice, used to learn cdist and configure a laptop. - - -for pkg in ndisc6 emacs zsh mosh nmap sipcalc; - do __package $pkg --state present; -done