Skip to content

Commit

Permalink
Merge pull request #27 from fbarbeira/patch-1
Browse files Browse the repository at this point in the history
Small fix typo
blkperl committed Oct 9, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 87f195a + 585a8d7 commit 9d81cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/unattended-upgrades.erb
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ Unattended-Upgrade::MailOnlyOnError "<%= @_mail['only_on_error'].to_s %>";
// (equivalent to apt-get autoremove)
Unattended-Upgrade::Remove-Unused-Dependencies "<%= @_auto['remove'].to_s %>";

// Automatically reboot *WITHOUT CONFIRMATION* if a
// the file /var/run/reboot-required is found after the upgrade
// Automatically reboot *WITHOUT CONFIRMATION*
// if the file /var/run/reboot-required is found after the upgrade
Unattended-Upgrade::Automatic-Reboot "<%= @_auto['reboot'].to_s %>";

<%- unless @dl_limit.nil? -%>

0 comments on commit 9d81cec

Please sign in to comment.