Displaying 2 results from an estimated 2 matches for "myhost3".
Did you mean:
myhost
2009 Jun 08
4
Puppetrun timeout
...atalog run in 345.18 seconds
Puppetrun itself is timing out:
err: Connection timeout calling puppetrunner.run: execution expired
Host myhost failed: Connection Timeout
myhost finished with exit code 2
I''m calling puppetrun with --foreground: puppetrun --host=myhost
--host=myhost2 --host=myhost3 --foreground --parallel
However, I don''t see anything in the puppetrun doco that hints at setting
the execution exiry time. Any suggestions?
Pete
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet...
2006 Dec 21
7
Overriding types?
...re are only 5 one-offs in this case, so maybe I should just use a
selector for "source" to check $hostname within the solserver class?
If so, can I use multiple hostnames as a selector, like this:
remotefile { "/etc/shadow":
source = $hostname ? {
myhost1, myhost2, myhost3 => "path/a",
default => "path/b"
}
}
In short, is there a way to override "types" without putting them in
seperate classes? There are times where I want to override, but still
want to include a class that defines the same thing. Being able to
overri...