0.05
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Foreman extensions that are required for better Chef integration.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

ForemanChef

This plugin adds a Chef support to Foreman. You can find all information in the plugin manual

Installation

There are two ways to install the plugin:

Foreman Installer (recommended)

Follow the instructions on: http://www.theforeman.org/plugins/foreman_chef/0.2/#2.Installation

Manual

To install this plugin you just have to add this line to your Gemfile.

gem 'foreman_chef'

and run bundle install. Don't forget to restart foreman after this change. You also have to run migrations and seed. Note that this plugin requires also plugin on smart proxy and chef-handler-foreman on client side.

License

Copyright (c) 2013-2014 Marek Hulán

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.