Created
May 20, 2014 03:57
-
-
Save jeremyolliver/7fe94757d7a1425c9123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| override['unattended-upgrades']['allowed_origins']['add-this-one'] = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| override['unattended-upgrades']['allowed_origins']['security'] = false # Turn off the default value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default['unattended-upgrades']['allowed_origins'] = { | |
| 'security' => true, | |
| 'updates' => false, | |
| 'proposed' => false, | |
| 'backports' => false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is why we can't have nice things