X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fupdate.pp;h=9b1f68670967f54713b8acd0c45e19501efa7289;hb=89c747ab3b2caad9b36b8ce53a693537f4db6f36;hp=86f068200c7890d4e59d77ba250ff1cc9096b4bb;hpb=0cbd24a4e59daa7c9e14d35ad7f38e00a93ba1dd;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/update.pp b/manifests/update.pp index 86f0682..9b1f686 100644 --- a/manifests/update.pp +++ b/manifests/update.pp @@ -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 }