Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-25 Thread Jakov Sosic
On 08/24/2012 06:55 PM, Ramin K wrote: On 8/24/2012 6:01 AM, Dan White wrote: The author of vim-puppet says in the README that they use something called pathogen to manage their vim modules. I found this: https://github.com/tpope/vim-pathogen If vim is your primary editing environment

[Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Sandra Schlichting
Dear readers, How do I syntax debug the config files on the puppet master before I deploy them? My current problem is that server_list is to be an array, and I don't know if I should write class { 'ntp': server_list = $ntpServerList } or class { 'ntp': server_list = $ntpServerList } How

RE: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Bernd Adamowicz
, 24. August 2012 11:52 To: puppet-users@googlegroups.com Subject: [Puppet Users] How to syntax debug in puppet 3? Dear readers, How do I syntax debug the config files on the puppet master before I deploy them? My current problem is that server_list is to be an array, and I don't know if I

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Sandra Schlichting
Hi Bernd Did you ever try Gepetto (https://github.com/cloudsmith/geppetto)? At least in the coming version (3.0) will support Puppet 3. I really do recommend Gepetto since I’ve been working with it for more than a year now and it helped me a lot creating error free code. You should give

RE: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Bernd Adamowicz
Users] How to syntax debug in puppet 3? Hi Bernd Did you ever try Gepetto (https://github.com/cloudsmith/geppetto)? At least in the coming version (3.0) will support Puppet 3. I really do recommend Gepetto since I've been working with it for more than a year now and it helped me a lot creating

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Juan Sierra Pons
@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Sandra Schlichting Sent: Freitag, 24. August 2012 12:27 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] How to syntax debug in puppet 3? Hi Bernd Did you ever try Gepetto (https://github.com/cloudsmith/geppetto

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Sandra Schlichting
Yes, you may either use it as an Eclipse plugin or as a standalone program. [snip] That sounds interesting. How do I do that? =) -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Sandra Schlichting
Dear Juan - puppet parser validate file.pp (Validate the syntax of one or more Puppet manifests). - puppet-lint file.pp (Check that your Puppet manifest conform to the style guide) this one must installed using gems package manager: gem install puppet-lint That's exactly what I was

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Sandra Schlichting
I first use vim-puppet (syntax highlighting for puppet manifests in vim while creating my manifest) To create my manifests Btw. How do you install that? I have tried mkdir .vim cd .vim git clone https://github.com/rodjek/vim-puppet.git cd echo set runtimepath+=$HOME/.vim/vim-puppet

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Dan White
-users@googlegroups.com Sent: Friday, August 24, 2012 8:26:49 AM Subject: Re: [Puppet Users] How to syntax debug in puppet 3? I first use vim-puppet (syntax highlighting for puppet manifests in vim while creating my manifest) To create my manifests Btw. How do you install that? I have tried

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Henrik Lindberg
On 2012-24-08 13:58, Sandra Schlichting wrote: Yes, you may either use it as an Eclipse plugin or as a standalone program.. [snip] That sounds interesting. How do I do that? =) The standalone Geppetto is downloadable from https://github.com/cloudsmith/geppetto/downloads (linux,

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Juan Sierra Pons
Hi I installed it from puppetlabs repositories (in debian): Package: vim-puppet Source: puppet Version: 2.7.19-1puppetlabs1 Architecture: all Maintainer: Puppet Labs i...@puppetlabs.com Installed-Size: 332 Recommends: vim-addon-manager Conflicts: puppet ( 2.7.19-1puppetlabs1) Section: admin

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Ramin K
On 8/24/2012 6:01 AM, Dan White wrote: The author of vim-puppet says in the README that they use something called pathogen to manage their vim modules. I found this: https://github.com/tpope/vim-pathogen If vim is your primary editing environment install vim-pathogen, takes two minutes,

Re: [Puppet Users] How to syntax debug in puppet 3?

2012-08-24 Thread Dan White
On 08/24/2012 12:55:17 PM, Ramin K wrote: On 8/24/2012 6:01 AM, Dan White wrote: The author of vim-puppet says in the README that they use something called pathogen to manage their vim modules. I found this: https://github.com/tpope/vim-pathogen If vim is your primary editing