[Puppet Users] Best practices: client/server VS Git

2014-02-20 Thread Julien Deloubes
Hello there, i'm actually learning Puppet in order to pass the exam. I have no professional experience on the product yet, and wanting some feedback from you professional devops. For the moment i see 2 ways for Puppet to synchronize nodes: -Puppet client/server way with a puppetmaster node -Decent

Re: [Puppet Users] Best practices: client/server VS Git

2014-02-26 Thread Julien Deloubes
Very interesting , thanks for your feedbacks. Le mardi 25 février 2014 15:09:43 UTC+1, Ken Barber a écrit : > > > This is the approach we are currently taking and it allows you to use > > virtual resources. This is the only thing which should drive you to this > > setup - the other is much simpl

[Puppet Users] Re: Problems in Ch. 10 of Pro Puppet 2nd Edition

2014-03-17 Thread Julien Deloubes
Thanks for your review of the book John, good job! Le dimanche 16 mars 2014 05:07:02 UTC+1, Jon Forrest a écrit : > > Here are the issues I found in Chapters 10. > > Jon Forrest > > M = mistake - all readers should be aware of this > U = unclear - chances are readers will wonder about this > T

[Puppet Users] Puppet3: top scope rooted variable, don't get it

2014-03-17 Thread Julien Deloubes
Hello there, i recently bought the new Pro Puppet 2nd edition. There is something i don't understand, it's about the syntax of top scope rooted variable, here is an example (page 38 of the book): class ssh_example::params{ case $::osfamily { 'Debian': { $sshd_package = 'ssh'} 'RedHat':

[Puppet Users] Re: Puppet3: top scope rooted variable, don't get it

2014-03-17 Thread Julien Deloubes
Forget it, it was late, i get confused by the title of the package, got it now :) Le lundi 17 mars 2014 22:21:00 UTC+1, Julien Deloubes a écrit : > > Hello there, > i recently bought the new Pro Puppet 2nd edition. > There is something i don't understand, it's about t

[Puppet Users] Re: Problems in Ch. 1 and 2 of Pro Puppet 2nd Edition

2014-03-22 Thread Julien Deloubes
Hi John, thanks for your work. I think i found another typo or maybe there is something i don't understand? (T) Pg. 51 "file { ::$ssh::params::ssh_service_config:" -> "file { $::ssh::params::ssh_service_config:" Le lundi 24 février 2014 07:01:49 UTC+1, Jon Forrest a écrit : > > I spent a lot of

Re: [Puppet Users] Re: Problems in Ch. 1 and 2 of Pro Puppet 2nd Edition

2014-03-23 Thread Julien Deloubes
o Apress too. Thanks. Le dimanche 23 mars 2014 02:03:40 UTC+1, Jon Forrest a écrit : > > On 3/22/2014 4:03 PM, Julien Deloubes wrote: > > Hi John, > > thanks for your work. > > I think i found another typo or maybe there is something i don't > und

[Puppet Users] Puppet certification PPT-202

2014-04-01 Thread Julien Deloubes
Hello there, i'll pass the ppt-202 exam (Puppet for sysadmins) next week. I love the product but unfortunatly i have no profesionnal experience at Puppet, so passing the certification is a good way for staying up to date and practising the product. I was wondering if having a real experience on c

Re: [Puppet Users] Puppet certification PPT-202

2014-04-02 Thread Julien Deloubes
Hello Nathan, indeed i noticed that the cert was updated to reflect the Puppet 3 new features and what a change! I can write manifests with the new best practices for coding included in P3 but all these new things included in PE scarred me a bit (Hiera, PuppetDB, ...), i mean i play a bit with t

[Puppet Users] Re: Slides TDD with puppet - puppetcamp paris yesterday

2014-04-09 Thread Julien Deloubes
Hi Johan, congrats for for presentation yesterday, very interesting, i miss the end because i had to pass the cert at 3PM, so i will finish it on slideshare :) Bye Le mercredi 9 avril 2014 12:19:40 UTC+2, Johan De Wit a écrit : > > Hi, > > http://www.slideshare.net/johandw/20140408-tdd-puppetcam

Re: [Puppet Users] Best practices: client/server VS Git

2014-09-18 Thread Julien Deloubes
n the configuration code is never locally on the node. Thanks. Le mercredi 26 février 2014 16:59:54 UTC+1, Julien Deloubes a écrit : > > Very interesting , thanks for your feedbacks. > > Le mardi 25 février 2014 15:09:43 UTC+1, Ken Barber a écrit : >> >> > This is the approac