cdist/cdist/conf/type/__download/manifest

6 lines
93 B
Bash
Executable file

#!/bin/sh -e
if grep -Eq '^wget' "$__object/explorer/remote_cmd"
then
__package wget
fi