[Puppet Users] Re: Configure Puppet master as a universal caching proxy server

2017-03-13 Thread John Gelnaw
On Monday, March 13, 2017 at 10:23:28 AM UTC-4, Patryk Bęza wrote: > > I'm Puppet's new user and I have a simple question regarding Puppet > design: *is it possible to configure Puppet master as a universal, OS > agnostic >

[Puppet Users] Hiera fails to interpolate data path for a specific node

2017-03-13 Thread Jianwen Wei
Hi, After upgrading openproductionource Puppet to version 4.9, I followed the Hiera guide https://docs.puppet.com/puppet/4.9/hiera_hierarchy.html#most-hierarchies-interpolate-variables to

[Puppet Users] Re: hiera_include failing with undefined method "cached_file_data"

2017-03-13 Thread Daniel Urist
Fixed by restarting puppetserver per https://tickets.puppetlabs.com/browse/PUP-7337 It looks like the debian packages are missing a restart trigger: https://tickets.puppetlabs.com/browse/PA-681 On Mon, Mar 13, 2017 at 11:10 AM, Daniel Urist wrote: > I've tried replacing the call to hiera_includ

[Puppet Users] Re: hiera_include failing with undefined method "cached_file_data"

2017-03-13 Thread Daniel Urist
I've tried replacing the call to hiera_include() with a call to include() like this (per https://docs.puppet.com/puppet/latest/function.html#hierainclude) , but that results in the same error: include( lookup("roles::${role}", {'merge' => 'unique' }) ) On Mon, Mar 13, 2017 at 10:53 AM, Daniel Ur

[Puppet Users] hiera_include failing with undefined method "cached_file_data"

2017-03-13 Thread Daniel Urist
So, this just started happening on all my nodes following upgrade to puppet-agent 1.9.3-1jessie on my puppet master: root@nweb8:/# puppet agent -t > Info: Retrieving pluginfacts > Info: Retrieving plugin > Info: Loading facts > Error: Could not retrieve catalog from remote server: Error 500 on SE

Re: [Puppet Users] Configure Puppet master as a universal caching proxy server

2017-03-13 Thread James Pryor
Hi, *> is it possible to configure Puppet master as a universal, OS agnostic caching proxy server for packages served for clients?* To my knowledge No. Puppet is not a server method of unicasting or mult

[Puppet Users] Configure Puppet master as a universal caching proxy server

2017-03-13 Thread Patryk Bęza
I'm Puppet's new user and I have a simple question regarding Puppet design: *is it possible to configure Puppet master as a universal, OS agnostic caching proxy server for packages served for clients