Skip to content

bne86/puppet-code-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-code-testing

This repository links triggers a Docker Hub image build. This image contains several Ruby gems, required to test puppet code including

  • metadata-json-lint
  • puppet-lint
  • puppet-syntax
  • yaml-lint

Using this image we have more or less statical versions of the gems, but starting a CI run becomes much faster. Therefore we can live with statical versions.

One way to use this script within .gitlab-ci.yml:

  image: benedicere/puppet-code-testing:latest
  
  validation:
    script:
      - /usr/local/bundle/bin/rake test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages