Skip to content

Commit

Permalink
Merge pull request #333 from puppetlabs/GH-332-ensure_module_is_loaded
Browse files Browse the repository at this point in the history
(GH-332) Ensure PuppetStrings is loaded for tasks
  • Loading branch information
LukasAud authored Oct 25, 2022
2 parents deaee1f + 0292153 commit 55e3091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/puppet-strings/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
require 'rake'
require 'rake/tasklib'

# Ensure PuppetStrings is loaded.
module PuppetStrings end

# The module for Puppet Strings rake tasks.
module PuppetStrings::Tasks
require 'puppet-strings/tasks/generate.rb'
Expand Down

0 comments on commit 55e3091

Please sign in to comment.