sibae-goss

Puppet module for installing goss


Keywords
centos, goss, puppet, puppet-module
License
Apache-2.0
Install
puppet module install sibae-goss --version 1.0.1

Documentation

Build Status

goss

Puppet module to install goss

Development

# Start a development environment
$ ./docker-run.sh

# Execute puppet inside the container
$ puppet apply dev.pp

Testing

# Start ruby container and get a shell
$ docker run -it -v $(pwd):/app ruby:2.5 /bin/bash

# Install dependencies
$ make deps

# Execute linter
$ make lint

# Execute tests
$ make tests

Integration tests

$ make integration-centos