Re: [Puppet Users] Package management

2013-12-19 Thread Jason Antman
Michael, Yes, package resources (like all resources) need to be checked before puppet can do anything with them. I'm not quite sure what you mean by "use yaml with a single command" - puppet Package resources must be specified with one single package name, there's no way around this that I'm

[Puppet Users] Package management

2013-12-18 Thread Michael Bauer
Hi, I want to manage about 200 packages with Puppet and I want a separate "package"-resource for each package. The problem is: Every time, the Puppet-Agent does a "run" / "apply", he checks every 200 packages. Each package-check needs about 2 seconds. Altogether it takes about 400 seconds, w