-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Can you add rake tasks to this gem?
Similar to https://github.com/rodjek/puppet-lint/tree/master/lib/puppet-lint/tasks
Then you could do the following in .sync.yml:
Rakefile:
requires:
- puppet-lint/tasks/puppet-lint:
require: puppet-lint/tasks/puppet-lint
conditional: Bundler.rubygems.find_name('puppet-lint').any?
- generate-puppetfile/tasks/generate_puppetfile:
require: generate-puppetfile/tasks/generate_puppetfile
conditional: Bundler.rubygems.find_name('generate-puppetfile').any?
- generate-puppetfile/tasks/generate_fixturesfile:
require: generate-puppetfile/tasks/generate_fixturesfile
conditional: Bundler.rubygems.find_name('generate-puppetfile').any?Metadata
Metadata
Assignees
Labels
No labels