Re: [Puppet Users] Equivalent of Require, but slightly different

2017-05-15 Thread Ugo Bellavance
> > Hi, > > Your comparison of $::zend_gui_completed is never boolean true, so the > notify always happens. Perhaps your fact is returning a string and not a > boolean. Put this in your code just above the conditional statement. > > $zgc_type = inline_template('<%= @zend_gui_completed.class %>

Re: [Puppet Users] Equivalent of Require, but slightly different

2017-05-15 Thread Garrett Honeycutt
On 5/15/17 9:28 PM, Ugo Bellavance wrote: > Hi, > > I'm working on a public puppet module and while I've done a lot of > improvements up to now (especially considering my puppet capabilities), > there is still a lot of work to do and I'd need some help for my next > step. My repo is https://githu

[Puppet Users] Equivalent of Require, but slightly different

2017-05-15 Thread Ugo Bellavance
Hi, I'm working on a public puppet module and while I've done a lot of improvements up to now (especially considering my puppet capabilities), there is still a lot of work to do and I'd need some help for my next step. My repo is https://github.com/ubellavance/ZendServerPuppet and my next tar

[Puppet Users] Re: [Puppet-dev] Ticket Backlog triages

2017-05-15 Thread Branan Riley
Hi All, We're starting this triage process today, and it will last through Wednesday. On Thu, Mar 23, 2017 at 3:55 PM Eric Sorenson wrote: > Hi All – we're trying to get on top of the backlogs of Jira tickets. Those > of you who have been around for a while might remember this was the > origina

Re: [Puppet Users] stop service after install

2017-05-15 Thread Anton Gorlov
15.05.2017 15:16, R.I.Pienaar пишет: > Debian is just by design stupid, thinks starting all services > unconfigured on install is a good idea, suggest you use a OS designed to > be used on servers and not peoples basements. Yes this is true... But I can't change OS at current time. Question why

Re: [Puppet Users] stop service after install

2017-05-15 Thread R.I.Pienaar
On Mon, May 15, 2017, at 13:52, Anton Gorlov wrote: > Hi. > At the current moment I need bind the apache to localhost:80 and nginx > to external_ip:80. > I cannot change nginx config before it installed and debian start nginx > automatic after install package with default configuration (bind t

Re: [Puppet Users] stop service after install

2017-05-15 Thread Anton Gorlov
Hi. At the current moment I need bind the apache to localhost:80 and nginx to external_ip:80. I cannot change nginx config before it installed and debian start nginx automatic after install package with default configuration (bind to *:80) => conflict. So first I stop the apache service, after