Module: PuppetSyntax

Defined in:
rake_modules/monkey_patch.rb

Overview

Monkey-patch PuppetSyntax and its rake task

Defined Under Namespace

Classes: RakeTask

Class Attribute Summary collapse

Class Attribute Details

.manifests_pathsObject

Returns the value of attribute manifests_paths.



6
7
8
# File 'rake_modules/monkey_patch.rb', line 6

def manifests_paths
  @manifests_paths
end

.templates_pathsObject

Returns the value of attribute templates_paths.



6
7
8
# File 'rake_modules/monkey_patch.rb', line 6

def templates_paths
  @templates_paths
end