Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/apt-lts-cookbook
https://github.com/arkency/apt-lts-cookbook
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/apt-lts-cookbook
- Owner: arkency
- Created: 2015-01-28T21:41:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T21:41:57.000Z (almost 10 years ago)
- Last Synced: 2023-03-25T10:37:53.960Z (over 1 year ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
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 2015, 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.