Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 1392c418 authored by Ralph Krimmel's avatar Ralph Krimmel
Browse files

Correcting file paths to unattended upgrade config files

parent 7dfdab21
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ class ubuntu_server::unattended_upgrades{
}
file{'/etc/apt/apt.conf.d/50unattended-upgrades':
ensure => present,
content => template("powerfolder-server/etc/apt/apt.conf.d/${operatingsystem}_50unattended-upgrades.erb"),
content => template("ubuntu_server/etc/apt/apt.conf.d/${operatingsystem}_50unattended-upgrades.erb"),
}
file{'/etc/apt/apt.conf.d/20auto-upgrades':
ensure => present,
source => "puppet:///modules/powerfolder-server/etc/apt.conf.d/20auto-upgrades",
source => "puppet:///modules/ubuntu_server/etc/apt.conf.d/20auto-upgrades",
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment