forked from ungleich-public/cdist
remove auto and manual states
This commit is contained in:
parent
45e45016a7
commit
b3cf70ae42
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue