Update update.pp

Corrected typo
This commit is contained in:
Vincent 2015-06-17 12:05:37 +01:00
parent b2e6ba8781
commit c1d49048c0

View file

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