#!/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

if [ ! -f "$__type/parameter/graphical" ]; then

    __package firefox --state present;
fi


__require="__package/emacs" __dot_file .emacs --user user --source "$__type/files/.emacs"
