Class: PuppetSyntax::RakeTask
Instance Method Summary collapse
Instance Method Details
#filelist_manifests ⇒ Object
11 12 13 |
# File 'rake_modules/monkey_patch.rb', line 11 def filelist_manifests filelist(PuppetSyntax.manifests_paths) end |
#filelist_templates ⇒ Object
15 16 17 |
# File 'rake_modules/monkey_patch.rb', line 15 def filelist_templates filelist(PuppetSyntax.templates_paths) end |