Re: [Puppet Users] Subscribe for external module resources

2017-03-14 Thread John Gelnaw
On Tuesday, March 14, 2017 at 11:40:26 AM UTC-4, Warron French wrote: > > Gleb, you are running a cronjob to control the interval at which your > Puppet Clients are checking in? > > Did you know that you could instead use the option of *runinterval *within > the /etc/puppet/puppet.conf file inste

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

2017-03-14 Thread Eric Thompson
On Monday, March 13, 2017 at 11:26:41 AM UTC-7, Wei Jianwen wrote: > > 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 > feed some data to it.

Re: [Puppet Users] Subscribe for external module resources

2017-03-14 Thread Warron French
Gleb, you are running a cronjob to control the interval at which your Puppet Clients are checking in? Did you know that you could instead use the option of *runinterval *within the /etc/puppet/puppet.conf file instead? In case you would like to see the help page on it, here: https://docs.pup

[Puppet Users] Re: Subscribe for external module resources

2017-03-14 Thread Anton Rymkus
You have to use something like this in your letsencrypt part of module, so it should restart the nginx service: notify => Service['nginx'], вторник, 14 марта 2017 г., 17:24:31 UTC+3 пользователь Ob Zen написал: > > Hi all, > > I using puppet 3.8. I have letsencrypt module and nginx. How can i rel

[Puppet Users] Subscribe for external module resources

2017-03-14 Thread Ob Zen
Hi all, I using puppet 3.8. I have letsencrypt module and nginx. How can i reload nginx when ssl certs are updated without changes in modules? Puppet runs every 10 minutes by cron. Best regards, Gleb -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Manage delivery and execution of RPMs not in YUM

2017-03-14 Thread warron.french
Hi James, I am working in an environment that uses RH Satellite; based on everyone's input though I will get the RPMs added into a 3rd party repository. Thanks for the inputs everyone. I have deployed the module already, but I will redesign it with this separate report as suggested. \\Warron Fre