remove auto and manual states

remotes/origin/prometheus
Ander Punnar 9 years ago
parent 45e45016a7
commit b3cf70ae42
  1. 2
      cdist/conf/type/__apt_mark/gencode-remote
  2. 4
      cdist/conf/type/__apt_mark/man.rst

@ -33,7 +33,7 @@ if [ "$state_should" = "$state_is" ]; then
fi
case "$state_should" in
auto|manual|hold|unhold)
hold|unhold)
echo "apt-mark $state_should $name"
;;
*)

@ -3,7 +3,7 @@ cdist-type__apt_mark(7)
NAME
----
cdist-type__apt_mark - set package state as 'auto', 'manual', 'hold' or 'unhold'
cdist-type__apt_mark - set package state as 'hold' or 'unhold'
DESCRIPTION
@ -14,7 +14,7 @@ See apt-mark(8) for details.
REQUIRED PARAMETERS
-------------------
state
Possible states are 'auto', 'manual', 'hold' and 'unhold'.
Either "hold" or "unhold".
OPTIONAL PARAMETERS

Loading…
Cancel
Save