Re: [Puppet Users] Beaker - what’s your perspective?

2020-04-21 Thread Konrad Scherer
the integration with InSpec very useful. -- Konrad Scherer, MTS, Linux Products Group, Wind River -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to pu

Re: [Puppet Users] Re: Announce: Facter 2.2.0

2014-08-27 Thread Konrad Scherer
release shouldn't require so many code changes to maintain behavior. [1]: https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/manifests/params.pp#L121 -- Konrad Scherer, MTS, Linux Products Group, Wind River -- You received this message because you are subscribed to the Googl

Re: [Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-30 Thread Konrad Scherer
On 05/27/2014 05:39 PM, Andy Parker wrote: On Tuesday, May 27, 2014 5:53:29 AM UTC-7, Konrad Scherer wrote: On 14-05-22 03:21 PM, Daniele Sluijters wrote: > The environment caching is already there, use the environment_timeout > setting. Mine is set to unlimited and I rel

Re: [Puppet Users] Re: Puppet 3.6.0... and scaling?

2014-05-27 Thread Konrad Scherer
doing any caching or is the puppet master watching the puppet configs for changes? Has this behavior now changed? Will changes to puppet manifests on the master only be detected after the environment_timeout has expired? Thank you in advance for any insight. -- Konrad Scherer, MTS, Linux

Re: [Puppet Users] Mirroring apt.puppetlabs.com creates extra directories

2013-12-20 Thread Konrad Scherer
/blob/master/mirror-fedora [2]: https://github.com/kscherer/mirror-fedora -- Konrad Scherer, MTS, Linux Products Group, Wind River -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails f

Re: [Puppet Users] Puppet-dashboard work well but can't see any node

2013-06-18 Thread Konrad Scherer
reports coming from puppet using ruby 1.9.x. I know F18 is ruby 1.9 and CentOS 6.4 is ruby 1.8, so that may be the problem. http://projects.puppetlabs.com/issues/10422 Do you see the error messages in Dashboard? -- Konrad Scherer, Sr. Engineer, Linux Products Group, Wind River direct 613-963

Re: [Puppet Users] Puppet in Novell Zenworks ZCM 11

2013-04-03 Thread Konrad Scherer
SP2/ http://download.opensuse.org/repositories/Apache/SLE_11_SP2/ Replace http://download.opensuse.org/repositories/ with rsync://rsync.opensuse.org:/buildservice-repos/ to access over rsync. This should allow you to get a more recent version of ruby, puppet and facter installed. I also forced

Re: [Puppet Users] Broken rsync mirroring for PuppetLabs APT repo

2013-01-14 Thread Konrad Scherer
lar rsync script without --copy-links to mirror the puppetlabs/yum portion to avoid wasting disk space and bandwidth. [1] https://projects.puppetlabs.com/issues/18055 -- Konrad Scherer, Sr. Engineer, Linux Products Group, Wind River direct 613-963-1342 fax 613-592-2283 -- You received this mess

Re: [Puppet Users] Re: Unnecessary changes when creating facts.yaml

2012-12-06 Thread Konrad Scherer
ariables in the current scope (move to custom fact?) and potentially quickly changing facts (handled with facter_dot_d?). But this works for my needs. If anyone has a better idea I would be very interested. [1]: http://yaml.org/spec/1.2/spec.html#id2760395 -- Konrad Scherer, Sr. Engineer, Linux Pro