Displaying 2 results from an estimated 2 matches for "vladgh".
Did you mean:
vladg
2012 Feb 10
7
Hiera data unusable in a class with an array parameter
Given the following hiera hash:
common.yaml:
---
*allowed_ips:*
* "First IP": 1.2.3.4*
* "Second IP": 5.6.7.8*
and the module:
*class iptables ($role) {*
* file {/tmp/test:*
* content => template(iptables/test.erb)*
* }*
*}*
with the corresponding template test.erb:
*<% role.each do |role| -%>
*
* code*
*<% end %>*
*<%
2012 May 19
2
Is there a way to limit the number of agents that can run concurrently?
Hi all,
I''ve set up a Puppet environment with a master managing around 80
agents. I would like to set a limit on the number of agents that can
be performing puppet runs at any given moment...so, for example, if
there are already 3 puppet runs ongoing, the 4th agent should be put
on hold until one of the 3 runs finishes.
Is there a way to configure this? It would be perfect if it can be