Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/unattended-upgrades-cookbook
Cookbook installs and configures Debian/Ubuntu unattended-upgrades package
https://github.com/arkency/unattended-upgrades-cookbook
Last synced: 5 days ago
JSON representation
Cookbook installs and configures Debian/Ubuntu unattended-upgrades package
- Host: GitHub
- URL: https://github.com/arkency/unattended-upgrades-cookbook
- Owner: arkency
- Created: 2013-06-18T16:28:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T19:21:46.000Z (over 11 years ago)
- Last Synced: 2023-03-25T10:38:16.744Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========Installs and configures `unattended-upgrades` Debian/Ubuntu package. This
package automatically installs system security upgrades and updates package
lists. It is recommended to have a MTA configured, as the logs are sent via an
email.Attributes
==========The default attributes hash looks like this:
node['unattended-upgrades'] = {
'update_package_lists' => true,
'update_packages' => true,
'origins' => [],
'blacklist' => [],
'email' => 'root',
'mail_only_on_error' => false,
'speed_limit' => nil
}You should overwrite `origins` attribute when you don't want to use default
origins.Blacklist is a list of names of packages that should not be updated.
Speed limit is the maximal download speed in KB. When you don't want a limit it
should be set to `nil`.License and Authors
===================Author:: Arkency
Copyright 2012, Arkency
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.