Class: FalkorLib::PuppetTasks
- Inherits:
-
Object
- Object
- FalkorLib::PuppetTasks
- Includes:
- Rake::DSL
- Defined in:
- lib/falkorlib/tasks/puppet.rb
Overview
Puppet tasks for Rake
Instance Method Summary collapse
-
#install_tasks ⇒ Object
Install the puppet tasks for Rake.
Instance Method Details
#install_tasks ⇒ Object
Install the puppet tasks for Rake
20 21 22 |
# File 'lib/falkorlib/tasks/puppet.rb', line 20 def install_tasks load 'falkorlib/tasks/puppet_modules.rake' end |