Sha256: f770d12384316c5a4f4ea45d2d7288ac05824894e191ad9087ef447d01d7c77b
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
require 'rake' require 'rake/tasklib' require_relative '../puppet-check' # the rake interface for PuppetCheck class PuppetCheck::Tasks < ::Rake::TaskLib def initialize desc 'Execute Puppet-Check file checks' task 'puppetcheck:file' do exit PuppetCheck.new.run(Dir.glob('*')) end end end PuppetCheck::Tasks.new
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet-check-1.0.0 | lib/puppet-check/tasks.rb |