Merge pull request #536 from Vincent--/patch-1

Update update.pp
This commit is contained in:
Daniele Sluijters 2015-06-17 19:40:45 +02:00
commit eaf5794502

View file

@ -39,7 +39,7 @@ class apt::update {
}
}
default: {
#catches 'recluctantly', and any other value (which should not occur).
#catches 'reluctantly', and any other value (which should not occur).
#do nothing.
$_kick_apt = false
}