Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

infochimps-guard-chef

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infochimps-guard-chef

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Guard::Chef

Chef guard allows to automatically & intelligently update roles, cookbooks, and databags for chef.

  • Compatible with Bundler 1.0.x
  • Tested on Ruby 1.8.6, 1.8.7 & 1.9.2.

== Install

Please be sure to have {Guard}[https://github.com/guard/guard] installed before continue.

Install the gem:

gem install guard-chef

Add it to your Gemfile (inside test group):

gem 'guard-chef'

Add guard definition to your Guardfile by running this command:

guard init chef

== Usage

Please read {Guard usage doc}[https://github.com/guard/guard#readme]

== Guardfile

Bundler guard can be really be adapted to all kind of projects. Advice: place Bundler guard before other is recommended.

=== Standard

group 'backend' do

  guard 'chef' do
    watch(%r{^cookbooks/(.+)/})
    watch(%r{^roles/(.+).rb})
    watch(%r{^data_bags/(.+)/})
  end
end

== Options

Nothing yet!

Please read {Guard doc}[https://github.com/guard/guard#readme] for more info about Guardfile DSL.

== Development

Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.

== Authors

{Dreamr OKelly}[https://github.com/dreamr]

FAQs

Package last updated on 20 Jun 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc