diff --git a/cdist/conf/type/__package_pip/gencode-remote b/cdist/conf/type/__package_pip/gencode-remote index 3456ced2..ec1c89f8 100644 --- a/cdist/conf/type/__package_pip/gencode-remote +++ b/cdist/conf/type/__package_pip/gencode-remote @@ -46,10 +46,10 @@ fi case "$state_should" in present) - echo $pip install -q pyro + echo $pip install -q "$name" ;; absent) - echo $pip uninstall -q -y pyro + echo $pip uninstall -q -y "$name" ;; *) echo "Unknown state: $state_should" >&2