Displaying 1 result from an estimated 1 matches for "class_inherits_from_params_class".
2012 Sep 27
0
puppet-lint: class_inherits_from_params_class
Hi everyone,
I might have missed something but is it normal to have warning with the use
of params class inheritance?
---
modules/rush/manifests/init.pp - WARNING: class inheriting from params
class on line 19
---
Is the ''params'' class not needed anymore with puppet? I am aware of the new
implementation of the hiera framework in puppet 3, is it the reason of the
warning?