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

FIxed bug

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