Module: Config

Defined in:
lib/puppet-lint-infrasecure.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.pathObject

Returns the value of attribute path.



50
51
52
# File 'lib/puppet-lint-infrasecure.rb', line 50

def path
  @path
end

.regexObject

Returns the value of attribute regex.



49
50
51
# File 'lib/puppet-lint-infrasecure.rb', line 49

def regex
  @regex
end

Class Method Details

.dpathObject



57
58
59
# File 'lib/puppet-lint-infrasecure.rb', line 57

def self.dpath
  @path ||= get_depen(get_root())
end