Displaying 3 results from an estimated 3 matches for "yurchuk".
Did you mean:
marchuk
2013 Feb 19
3
Specifying multple nodes with mcollective-puppet-agent Host Filters
If I want to run Puppet agent only on two nodes out of ten, how can I
specify this with the Host Filters? I tried mco puppet runall 10 -I
node1,node2 and different other variations, but this does not work. Is this
at all possible?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving
2013 Feb 03
3
Another "function does not return a value" problem
Here''s the function:
module Puppet::Parser::Functions
newfunction(:fact_to_array, :type => :rvalue) do |args|
args[0].split('','')
end
end
Here''s the class I''m trying to use it in:
class oms::all_config {
file { ''/var/lib/oms/config'':
source => ''puppet:///deployment/deployment'',
recurse =>
2013 Apr 15
0
Puppet report processor to keep reports on Agent
Having a custom Puppet report processor is it possible to not send the
reports from each agent to the master but keep them on agents? I mean
having the same functionality as described here
https://puppetlabs.com/blog/when-puppet-reports-part-2/ but with each
report''s results are kept on the agents.
--
You received this message because you are subscribed to the Google Groups