Re: [Puppet Users] Validating a puppet configuration

2011-08-01 Thread John Warburton
On 1 August 2011 15:47, Nikolay Sturm wrote: > * Lars Kellogg-Stedman [2011-07-29]: > > I am trying to place some sanity checks (currently as git pre-commit > > hooks) in our configuration repository to avoid committing invalid > > Puppet configurations. > > This is exactly the use case for cucum

Re: [Puppet Users] Validating a puppet configuration

2011-07-31 Thread Nikolay Sturm
* Lars Kellogg-Stedman [2011-07-29]: > I am trying to place some sanity checks (currently as git pre-commit > hooks) in our configuration repository to avoid committing invalid > Puppet configurations. This is exactly the use case for cucumber-puppet. It compiles your catalog, catching any syntax

Re: [Puppet Users] Validating a puppet configuration

2011-07-29 Thread Eric Shamow
Have you considered bootstrapping a test suite like cucumber-puppet? https://github.com/nistude/cucumber-puppet -Eric > Topic: Validating a puppet configuration > Lars Kellogg-Stedman Jul 29 06:33AM -0700 ^ > > If anyone out there follows Serverfault, this is a duplicate of > http://goo.gl/

Re: [Puppet Users] Validating a puppet configuration

2011-07-29 Thread Scott Smith
Those hooks are the gross syntax checks to which he initially referred. On Fri, Jul 29, 2011 at 9:49 AM, Greg Hellings wrote: > Have you looked at using these? > projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control > > -- > Greg > > > On Fri, Jul 29, 2011 at 6:33 AM, Lars Kellogg-Stedm

Re: [Puppet Users] Validating a puppet configuration

2011-07-29 Thread Greg Hellings
Have you looked at using these? projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control -- Greg On Fri, Jul 29, 2011 at 6:33 AM, Lars Kellogg-Stedman wrote: > If anyone out there follows Serverfault, this is a duplicate of > http://goo.gl/CTS2u. I'm hoping there are some subject matter

[Puppet Users] Validating a puppet configuration

2011-07-29 Thread Lars Kellogg-Stedman
If anyone out there follows Serverfault, this is a duplicate of http://goo.gl/CTS2u. I'm hoping there are some subject matter experts here :). I am trying to place some sanity checks (currently as git pre-commit hooks) in our configuration repository to avoid committing invalid Puppet configu