Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Fix Path in Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogt, Jonathan committed Dec 7, 2015
1 parent 8bb7f28 commit f334daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ parameters:
$on_error = false, # Email only on errors, else alwa
$autoremove = false, # Automatically remove unused dep
$auto_reboot = false, # Automatically reboot if needed
$template_unattended_upgrades = 'unattended-upgrades/unattended-upgrades.erb', # Path to config template
$template_auto_upgrades = 'unattended-upgrades/auto-upgrades.erb', # Path to apt config template
$template_unattended_upgrades = 'unattended_upgrades/unattended-upgrades.erb', # Path to config template
$template_auto_upgrades = 'unattended_upgrades/auto-upgrades.erb', # Path to apt config template


Logs are at the usual `/var/log/unattended-upgrades`, and emails will
Expand Down
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
$on_error = false, # Email only on errors, else always
$autoremove = false, # Automatically remove unused dependencies
$auto_reboot = false, # Automatically reboot if needed
$template_unattended_upgrades = 'unattended-upgrades/unattended-upgrades.erb', # Path to config template
$template_auto_upgrades = 'unattended-upgrades/auto-upgrades.erb', # Path to apt config template
$template_unattended_upgrades = 'unattended_upgrades/unattended-upgrades.erb', # Path to config template
$template_auto_upgrades = 'unattended_upgrades/auto-upgrades.erb', # Path to apt config template
) {

$conf_path = '/etc/apt/apt.conf.d/50unattended-upgrades'
Expand Down

0 comments on commit f334daf

Please sign in to comment.