[Puppet Users] New content of file is not sent to filebucket

2014-06-18 Thread Sébastien Lavoie
Hello everyone, I am using Puppet dashboard and I properly configured it to show bucketed files: Changed (1) File[puppetlabs.list] (/etc/puppet/modules/apt/manifests/source.pp:35) PropertyMessagecontentcontent changed '{md5}9495858ce6c5ed7d5bdb098f13709ae2' to '{md5}f572dd8d58abbc84a3fe28ebc3

Re: [Puppet Users] How can I ensure that a service is started/stopped based on if it is needed or not ?

2012-09-09 Thread Sébastien Lavoie
inal Message - > > From: "Sébastien Lavoie" > > > To: puppet...@googlegroups.com > > Sent: Friday, September 7, 2012 11:32:55 PM > > Subject: [Puppet Users] How can I ensure that a service is > started/stopped based on if it is needed or not ? > &g

[Puppet Users] Re: How can I ensure that a service is started/stopped based on if it is needed or not ?

2012-09-08 Thread Sébastien Lavoie
I am not experienced in creating facts, could you give me a better idea ? I fail to see how a fact could detect if a service is required. Thanks On Saturday, 8 September 2012 23:57:50 UTC-4, Glenn Poston wrote: > > You could create a fact that returns true or false, then use that fact in > your

[Puppet Users] How can I ensure that a service is started/stopped based on if it is needed or not ?

2012-09-07 Thread Sébastien Lavoie
I have a several services that I use only for some sites and I would like to make sure it is started when a site that uses is activated and stopped when it is not needed anymore. Examples: memcache, elasticsearch, rabbitmq, etc. I can easily make a service virtual and realize it before making a