cdist/cdist/conf/type/__download/manifest

7 lines
93 B
Bash
Executable File

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