Re: [Puppet Users] Azure Ruby gems are not loading.

2021-07-16 Thread Raghu Ram Baisani
Hi martin The issue is due to dependency of the gems which is resolved now Thanks Raghuram On Fri, Jul 16, 2021, 5:27 PM Martin Alfke wrote: > Hi Raghu, > > where do you use the require? > Within a Puppet function or within a Puppet provider? > > Functions are running on the Puppet Server,

Re: [Puppet Users] Azure Ruby gems are not loading.

2021-07-16 Thread Martin Alfke
Hi Raghu, where do you use the require? Within a Puppet function or within a Puppet provider? Functions are running on the Puppet Server, whereas providers are executed on the agent. If you do the require in a Puppet provider, the gem must be installed on the puppet agent