Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/apt-backports-cookbook
https://github.com/arkency/apt-backports-cookbook
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/apt-backports-cookbook
- Owner: arkency
- Created: 2013-03-19T13:18:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T10:44:39.000Z (about 9 years ago)
- Last Synced: 2023-03-25T10:37:53.893Z (over 1 year ago)
- Language: Ruby
- Size: 136 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Description
-----------Enables [backports](http://backports-master.debian.org/) repository for Debian.
Attributes
----------- `node['apt_backports']['distribution']`
Defaults to `squeeze-backports`. Backports release codename suitable for your debian installation.
- `node['apt_backports']['mirror']`
Defaults to `http://backports.debian.org/debian-backports`. Backport repository mirror URI you'd like to use.
Usage
-----Just include `apt-backports` in your node's `run_list`. Optionally specify `distribution` and `mirror`.
```json
{
"name":"my_node",
"run_list": [
"recipe[apt-backports]"
],
"apt_backports": {
"distribution": "squeeze-backports",
"mirror": "http://YOURMIRROR.debian.org/debian-backports"
}
}
```License and Authors
-------------------Author:: Arkency
Copyright 2013, 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.