Re: [Puppet Users] Puppet Language Style Guide update

2017-02-14 Thread Ramin K
Also a fan of David Walhstrom's git hooks and we use them server side too. Ramin On 2/13/17 10:36 AM, Christopher Wood wrote: Same budget for tools here. I get along just fine with a combination of puppet-mode for emacs and the pre-commit hook from David Walhstrom's puppet-git-hooks project.

Re: [Puppet Users] Puppet Language Style Guide update

2017-02-14 Thread Thomas Müller
I'm using vim with syntastic for code checks while editing. For git hooks checks I use overcommit - a flexible git hook manager. This is not a GUI but works great. :-) Thomas https://github.com/vim-syntastic/syntastic https://github.com/brigade/overcommit -- You received this message because

Re: [Puppet Users] Puppet Language Style Guide update

2017-02-13 Thread Christopher Wood
Same budget for tools here. I get along just fine with a combination of puppet-mode for emacs and the pre-commit hook from David Walhstrom's puppet-git-hooks project. https://github.com/voxpupuli/puppet-mode https://github.com/drwahl/puppet-git-hooks (Although I obviously recommend you

Re: [Puppet Users] Puppet Language Style Guide update

2017-02-13 Thread James Perry
Are the any open source or free replacements for Geppetto? RubyMine is like $200/year, which is outside of an IT budget of $0/year for tools. On Friday, January 13, 2017 at 5:03:48 AM UTC-5, Henrik Lindberg wrote: > > On 13/01/17 08:38, Peter Faller wrote: > > Has the Gepetto auto-formatter

Re: [Puppet Users] Puppet Language Style Guide update

2017-01-13 Thread Henrik Lindberg
On 13/01/17 08:38, Peter Faller wrote: Has the Gepetto auto-formatter been updated (or will it be updated) to match the style guide? Or is there another way of automatically formatting manifests to match the style guide? Geppetto is pretty much up to date on the style guide as there are no

Re: [Puppet Users] Puppet Language Style Guide update

2017-01-12 Thread Peter Faller
Has the Gepetto auto-formatter been updated (or will it be updated) to match the style guide? Or is there another way of automatically formatting manifests to match the style guide? > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

Re: [Puppet Users] Puppet Language Style Guide update

2017-01-12 Thread Rob Nelson
Jean, thank you for the hard work taking point on this much needed revision! Looking forward to making good use of this with puppet-lint. Rob Nelson rnels...@gmail.com On Thu, Jan 12, 2017 at 1:50 PM, Jean Bond wrote: > Hello! > > We've been hard at work on a Puppet 4 update

[Puppet Users] Puppet Language Style Guide update

2017-01-12 Thread Jean Bond
Hello! We've been hard at work on a Puppet 4 update to the Puppet Language Style Guide, and today we are pleased to publish the updated style guide. The guide has also been moved within the Puppet docs site to reside in versioned Puppet docs: https://docs.puppet.com/puppet/latest/style_guide.html