Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevendanna/knife-hacks
Useful but possibly dangerous scripts for knife
https://github.com/stevendanna/knife-hacks
Last synced: 3 months ago
JSON representation
Useful but possibly dangerous scripts for knife
- Host: GitHub
- URL: https://github.com/stevendanna/knife-hacks
- Owner: stevendanna
- Created: 2011-07-28T19:19:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T04:55:19.000Z (over 7 years ago)
- Last Synced: 2024-07-27T18:57:08.328Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 207 KB
- Stars: 98
- Watchers: 6
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Knife Hacks
This repository contains bits of code that may be useful to people
using Chef. It is structured as follows:* `bootstraps/`: knife-bootstrap scripts. Place in `.chef/bootstrap/`
* `exec/`: knife-exec scripts.
* `plugins/`: An unorganized set of plugins that extend knife's
functionality. Place in `.chef/plugins/knife/`.
* `shef/`: Scripts suitable for interactive use with Shef. These can
technically also work with knife-exec.
* `shell/`: Shell scripts that making working with Knife easier.# Warning
I place code here when I believe that it may be useful to me or others
in the future. But, the code here has not been tested extensively beyond
my initial use of it. Be extra wary of the `exec/` folder.# LICENSE
Unless otherwise specified all works in this repository are
Copyright 2011 Opscode, Inc
Author:: Steven Danna ([email protected])
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.