[Puppet Users] Puppet Kubernetes module released

2015-12-17 Thread Gareth Rushgrove
Hey all We've just shipped a 0.1.0 version of a module to manage Kubernetes resources like Pods, ReplicationControllers and Services. This is a bit of a proof-of-concept, but it supports all the Kubernetes resources and appears to work pretty well. https://forge.puppetlabs.com/garethr/kubernetes

Re: [Puppet Users] user and service interdependencies

2015-12-17 Thread Klavs Klavsen
Someone should really create a ticket with a suggestion to fix it (with some examples of what this new option should fix) - and share it here - so everyone can watch the ticket and chime in (it's open source.. remember ;) -- You received this message because you are subscribed to the Google Gro

Re: [Puppet Users] user and service interdependencies

2015-12-17 Thread Dirk Heinrichs
Am 11.12.2015 um 13:27 schrieb Vadym Chepkov: > Problem here, puppet can't apply this code anymore, since 'user' resource > will call usermod command and it refuses update user's home if a process > running. > Service needs to be stopped, user modified and then service started. One > could cre

[Puppet Users] Re: Hitting the wall while trying my hand at subclasses and parameters

2015-12-17 Thread Jean-Francois Gratton
That's the clearest explanation I've came across, thanks a lot ! I'll go with the define; I thought I had found a quick way to reuse some code; I was halfway there, looks like. :-) Thanks again, --Jeff On Monday, 14 December 2015 10:42:53 UTC-5, Jean-Francois Gratton wrote: > > Good morning ev

Re: [Puppet Users] user and service interdependencies

2015-12-17 Thread Vince Skahan
On Thursday, December 17, 2015 at 3:21:28 AM UTC-8, Klavs Klavsen wrote: > > Someone should really create a ticket with a suggestion to fix it (with > some examples of what this new option should fix) - and share it here - so > everyone can watch the ticket and chime in (it's open source.. rememb