Skip to content

jordiprats/puppetmasterless-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppetmasterless-action

This github action executes goss tests on a docker container provided by packer.

Intended for running acceptance testing for puppet modules, but on the action itself there's not puppet-specific configuration so it can be used to run packer

Usage

Available options:

  • distro:
    • description: 'Linux distro to use; it will look for a packer file with this name'
    • required: false
    • default: 'centos7'

For example:

steps:
- uses: jordiprats/puppetmasterless-action@v1.1
  with:
    distro: 'centos7'

Required files

TODO

...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published