Dynatrace / Dynatrace-AppMon-Puppet-DEPRECATED

Installs the Dynatrace Application Monitoring solution using Puppet.
MIT License
20 stars 12 forks source link

Parameters are initialized in $dynatrace::params #8

Closed nnmathieugrin closed 9 years ago

nnmathieugrin commented 9 years ago

This way, we isolate logic related to default values for parameters.

All parameters are loaded in the $dynatrace class, which allows us to use automatic parameter lookup to override them via hiera (or another mechanism).

All other classes are declaring explicitely there parameters with default values coming from $dynatrace.

metmajer commented 9 years ago

Hi @nnmathieugrin. You and your team rock! Thanks for the complete PR.