Cleaned up
This commit is contained in:
parent
e6a83357ce
commit
be83fac3ac
3 changed files with 8 additions and 0 deletions
8
balazs/dot-cdist/type/__my_computer/manifest~
Executable file
8
balazs/dot-cdist/type/__my_computer/manifest~
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Reference in a new issue