search for: slave_config

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

Did you mean: save_config
2013 May 02
2
Puppet 3.1.1, hiera and parameter autoload
...but that class was being processed and the variable and class should be different kinds)... class jenkins::slave ( $client = hiera_hash("jenkins::slave::client"), $connection = hiera_hash("jenkins::slave::connection"), $slave_config = hiera_hash("jenkins::slave::config"), $security = hiera_hash("jenkins::slave::security")) { And magic happened! $slave_config variable was doing merge but not the others! I did not understand why the others were not working (they were not colliding with anythi...