Skip to content

Commit

Permalink
(FM-7847) adding puppet_litmus defaults (puppetlabs#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney authored and ghoneycutt committed Apr 3, 2019
1 parent ae94335 commit fd36d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- '.project'
- '.vscode/'
- '.envrc'
- '/inventory.yaml'
.pdkignore:
required: *ignorepaths
paths:
Expand Down
3 changes: 3 additions & 0 deletions moduleroot/Rakefile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ def requires(item)
line
end
-%>
<% if @configs['use_litmus_tasks'] -%>
require 'puppet_litmus/rake_tasks' if Bundler.rubygems.find_name('puppet_litmus').any?
<% end -%>
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any?
Expand Down

0 comments on commit fd36d4b

Please sign in to comment.