install the right package, not pyro...

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/ssh_callback
Nico Schottelius 13 years ago
parent 55aad25200
commit 67c7351bec
  1. 4
      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

Loading…
Cancel
Save