Skip to content

telstra-digital/puppet-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Validator

Validate your puppet site easily by compiling, style and syntax checking your puppet site.

Project is under heavy development. To get started pull down the code, build the gem (will publish soon) and in your Rakefile simply add:

Usage

require 'validator/config'

Validator.configure do |config|
    config.hiera_validation = true
    config.hiera_config_path = hiera.yaml
end

require 'validator'

rake validator:compile

About

The oldNoakes Puppet Validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.9%
  • Puppet 4.1%