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 =
"2.4.0"

Class Attribute Summary collapse

Class Attribute Details

.app_managementObject

Returns the value of attribute app_management.



26
27
28
# File 'lib/puppet-syntax.rb', line 26

def app_management
  @app_management
end

.check_hiera_keysObject

Returns the value of attribute check_hiera_keys.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def check_hiera_keys
  @check_hiera_keys
end

.epp_onlyObject

Returns the value of attribute epp_only.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def epp_only
  @epp_only
end

.exclude_pathsObject

Returns the value of attribute exclude_paths.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def exclude_paths
  @exclude_paths
end

.fail_on_deprecation_noticesObject

Returns the value of attribute fail_on_deprecation_notices.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def fail_on_deprecation_notices
  @fail_on_deprecation_notices
end

.future_parserObject

Returns the value of attribute future_parser.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def future_parser
  @future_parser
end

.hieradata_pathsObject

Returns the value of attribute hieradata_paths.



20
21
22
# File 'lib/puppet-syntax.rb', line 20

def hieradata_paths
  @hieradata_paths
end