Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

theforeman/smart_proxy_chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-proxy Chef plugin

This a plugin for foreman smart-proxy allowing uploading facts and reports from chef-client to a foreman and provides API for foreman to communicate with chef-server.

Installation

Add this line to your smart proxy bundler.d/chef.rb gemfile:

gem 'smart_proxy_chef'

And then execute:

$ bundle

Or install it yourself as:

$ gem install smart_proxy_chef

Usage

To configure this plugin you can use template from settings.d/chef.yml.example. You must place chef.yml config file (based on this template) to your smart-proxy config/settings.d/ directory.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/smart_proxy_chef/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request