Module: PuppetSyntax

Defined in:
lib/puppet-syntax.rb,
lib/puppet-syntax/hiera.rb,
lib/puppet-syntax/version.rb,
lib/puppet-syntax/manifests.rb,
lib/puppet-syntax/templates.rb,
lib/puppet-syntax/tasks/puppet-syntax.rb

Defined Under Namespace

Classes: Hiera, Manifests, RakeTask, Templates

Constant Summary collapse

VERSION =
'7.2.0'

Class Attribute Summary collapse

Class Attribute Details

.check_hiera_dataObject

Returns the value of attribute check_hiera_data.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def check_hiera_data
  @check_hiera_data
end

.check_hiera_keysObject

Returns the value of attribute check_hiera_keys.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def check_hiera_keys
  @check_hiera_keys
end

.epp_onlyObject

Returns the value of attribute epp_only.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def epp_only
  @epp_only
end

.exclude_pathsObject

Returns the value of attribute exclude_paths.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def exclude_paths
  @exclude_paths
end

.fail_on_deprecation_noticesObject

Returns the value of attribute fail_on_deprecation_notices.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def fail_on_deprecation_notices
  @fail_on_deprecation_notices
end

.hieradata_pathsObject

Returns the value of attribute hieradata_paths.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def hieradata_paths
  @hieradata_paths
end

.manifests_pathsObject

Returns the value of attribute manifests_paths.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def manifests_paths
  @manifests_paths
end

.templates_pathsObject

Returns the value of attribute templates_paths.



33
34
35
# File 'lib/puppet-syntax.rb', line 33

def templates_paths
  @templates_paths
end