Skip to content

Commit c1136dd

Browse files
authored
Merge pull request #985 from kenyon/patch-2
apt::mark: fix docs
2 parents ea0b045 + d55aec7 commit c1136dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/mark.pp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# defined typeapt::mark
1+
# @summary Manages apt-mark settings
22
#
33
# @param setting
44
# auto, manual, hold, unhold
55
# specifies the behavior of apt in case of no more dependencies installed
6-
# https://manpages.debian.org/sretch/apt/apt-mark.8.en.html
6+
# https://manpages.debian.org/stable/apt/apt-mark.8.en.html
77
#
88
define apt::mark (
99
Enum['auto','manual','hold','unhold'] $setting,
10-
){
10+
) {
1111
case $setting {
1212
'unhold': {
1313
$unless_cmd = undef

0 commit comments

Comments
 (0)