X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=templates%2F10periodic.erb;h=43caed9ea149841dbdbe8fd1cee051b770966dab;hb=a6b560c9b40608f55d7cd2fd28261ec131ec2b33;hp=5737c9ac29fc8b25405a7e618ce150532e8d453e;hpb=6619ad843f08dc4addff5e763b01fbc6a8dcf4f8;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/templates/10periodic.erb b/templates/10periodic.erb index 5737c9a..43caed9 100644 --- a/templates/10periodic.erb +++ b/templates/10periodic.erb @@ -10,3 +10,6 @@ APT::Periodic::Download-Upgradeable-Packages-Debdelta "<%= @download_delta %>"; APT::Periodic::Unattended-Upgrade "<%= @upgrade %>"; APT::Periodic::AutocleanInterval "<%= @autoclean %>"; APT::Periodic::Verbose "<%= @verbose %>"; +<%- unless @randomsleep.nil? -%> +APT::Periodic::RandomSleep "<%= @randomsleep %>"; +<%- end -%>