added graphical boolean switch to configure firefox is it's enabled
This commit is contained in:
parent
da452d95ba
commit
f20ce1e3c3
2 changed files with 7 additions and 0 deletions
|
@ -7,4 +7,10 @@ for pkg in ndisc6 emacs zsh mosh nmap sipcalc;
|
||||||
do __package $pkg --state present;
|
do __package $pkg --state present;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ ! -f "$__type/parameter/graphical" ]; then
|
||||||
|
|
||||||
|
__package firefox --state present;
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
__require="__package/emacs" __dot_file .emacs --user user --source "$__type/files/.emacs"
|
__require="__package/emacs" __dot_file .emacs --user user --source "$__type/files/.emacs"
|
||||||
|
|
1
balazs/dot-cdist/type/__my_computer/parameter/boolean
Normal file
1
balazs/dot-cdist/type/__my_computer/parameter/boolean
Normal file
|
@ -0,0 +1 @@
|
||||||
|
graphical
|
Loading…
Reference in a new issue