search for: foo_limits

Displaying 1 result from an estimated 1 matches for "foo_limits".

2013 Dec 13
3
Resource ordering only using Hiera?
...9;'m trying to keep the dependencies of that module to a minimum so that it is portable.] Picture the following yaml hiera data for a node (the basic::limits class is a wrapper for the puppet-limits module): --- classes: - foo - basic::limits foo::option_1: true basic::limits::instance: foo_limits: user: ''foobar'' limit_type: ''nofile'' hard: ''10000'' soft: ''10000'' If I create a separate class, I can do the resource ordering normally as expected: class tmp { Limits::Limits[''foo_limits'']...