[Puppet Users] Re: checking syntax or linting a manifest without applying it

2009-01-22 Thread lluis
If you use subversion to deploy your manifests, you can also set a pre-commit hook: http://reductivelabs.com/trac/puppet/wiki/Recipes/SubversionCommitHooks El dt 20 de 01 de 2009 a les 23:26 -0800, en/na kevin va escriure: > > > On Jan 20, 11:34 pm, James Turnbull wrote: > > -BEGIN PGP S

[Puppet Users] Re: checking syntax or linting a manifest without applying it

2009-01-20 Thread kevin
On Jan 20, 11:34 pm, James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > kevin wrote: > > How would I check the syntax of a site installation? > > > Ideally I'd run a command on site.pp, and have the syntax of all the > > imported files checked, before i deployed it onto

[Puppet Users] Re: checking syntax or linting a manifest without applying it

2009-01-20 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kevin wrote: > How would I check the syntax of a site installation? > > Ideally I'd run a command on site.pp, and have the syntax of all the > imported files checked, before i deployed it onto systems. > The --parseonly option is used for this, see