Skip to content

Instantly share code, notes, and snippets.

View packi's full-sized avatar

Patrick Stählin packi

View GitHub Profile
@matiasfrndz
matiasfrndz / Gemfile
Created March 20, 2012 22:03
Rakefile for Puppet syntax check, puppet-lint analysis and Puppet doc creation.
source "http://rubygems.org"
group :rake do
gem 'rake'
gem 'puppet', :require => "puppet/face"
gem 'puppet-lint'
end