Class: PuppetSyntax::RakeTask

Inherits:
Object
  • Object
show all
Defined in:
rake_modules/monkey_patch.rb

Instance Method Summary collapse

Instance Method Details

#filelist_manifestsObject



11
12
13
# File 'rake_modules/monkey_patch.rb', line 11

def filelist_manifests
  filelist(PuppetSyntax.manifests_paths)
end

#filelist_templatesObject



15
16
17
# File 'rake_modules/monkey_patch.rb', line 15

def filelist_templates
  filelist(PuppetSyntax.templates_paths)
end