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.6.0'
Class Attribute Summary collapse
-
.app_management ⇒ Object
Returns the value of attribute app_management.
-
.check_hiera_keys ⇒ Object
Returns the value of attribute check_hiera_keys.
-
.epp_only ⇒ Object
Returns the value of attribute epp_only.
-
.exclude_paths ⇒ Object
Returns the value of attribute exclude_paths.
-
.fail_on_deprecation_notices ⇒ Object
Returns the value of attribute fail_on_deprecation_notices.
-
.future_parser ⇒ Object
Returns the value of attribute future_parser.
-
.hieradata_paths ⇒ Object
Returns the value of attribute hieradata_paths.
-
.manifests_paths ⇒ Object
Returns the value of attribute manifests_paths.
-
.templates_paths ⇒ Object
Returns the value of attribute templates_paths.
Class Attribute Details
.app_management ⇒ Object
Returns the value of attribute app_management.
35 36 37 |
# File 'lib/puppet-syntax.rb', line 35 def app_management @app_management end |
.check_hiera_keys ⇒ Object
Returns the value of attribute check_hiera_keys.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def check_hiera_keys @check_hiera_keys end |
.epp_only ⇒ Object
Returns the value of attribute epp_only.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def epp_only @epp_only end |
.exclude_paths ⇒ Object
Returns the value of attribute exclude_paths.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def exclude_paths @exclude_paths end |
.fail_on_deprecation_notices ⇒ Object
Returns the value of attribute fail_on_deprecation_notices.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def fail_on_deprecation_notices @fail_on_deprecation_notices end |
.future_parser ⇒ Object
Returns the value of attribute future_parser.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def future_parser @future_parser end |
.hieradata_paths ⇒ Object
Returns the value of attribute hieradata_paths.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def hieradata_paths @hieradata_paths end |
.manifests_paths ⇒ Object
Returns the value of attribute manifests_paths.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def manifests_paths @manifests_paths end |
.templates_paths ⇒ Object
Returns the value of attribute templates_paths.
27 28 29 |
# File 'lib/puppet-syntax.rb', line 27 def templates_paths @templates_paths end |