Skip to content
Snippets Groups Projects
Commit 55638db5 authored by Andrea Biancini's avatar Andrea Biancini
Browse files

newlines

parent c9e89748
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
class shib2common::updatesecurity ( class shib2common::updatesecurity (
$disable_reboot = true, $disable_reboot = true,
) { ) {
package { 'unattended-upgrades': package { 'unattended-upgrades':
ensure => 'present', ensure => 'present',
} }
......
...@@ -55,5 +55,4 @@ define shib2common::instance( ...@@ -55,5 +55,4 @@ define shib2common::instance(
class { 'shib2common::updatesecurity': class { 'shib2common::updatesecurity':
disable_reboot => true, disable_reboot => true,
} }
} }
...@@ -56,4 +56,4 @@ Unattended-Upgrade::Automatic-Reboot "false"; ...@@ -56,4 +56,4 @@ Unattended-Upgrade::Automatic-Reboot "false";
// Use apt bandwidth limit feature, this example limits the download // Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec // speed to 70kb/sec
//Acquire::http::Dl-Limit "70"; //Acquire::http::Dl-Limit "70";
\ No newline at end of file
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