[cdist #2] update manifest for for-loop
This commit is contained in:
parent
cc5bb23ad3
commit
3e3210bc68
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
__package zsh --state present
|
||||
__package mosh --state present
|
||||
__package emacks --state present
|
||||
__package namp --state present
|
||||
__package sipcalc --state present
|
||||
pkgs="zsh mosh emacs nmap sipcalc"
|
||||
for pkg in ${pkgs}; do
|
||||
__package ${pkg} --state present
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue