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 | |
} |
I typically would alter the defaults as shown above with an override statement either in an attribute or recipe file of an 'application' cookbook.The same should also work, altering the defaults via a role or environment too.
this is why we can't have nice things
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol fuck this