remove auto and manual states

This commit is contained in:
ander 2016-11-07 15:51:50 +02:00
parent 45e45016a7
commit b3cf70ae42
2 changed files with 3 additions and 3 deletions

View File

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

View File

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