rspec-puppet-init
RSpec tests for your Puppet manifests
Install
- All systems
-
curl cmd.cat/rspec-puppet-init.sh
- Debian
-
apt-get install ruby-rspec-puppet
- Ubuntu
-
apt-get install ruby-rspec-puppet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-rspec-puppet
- Raspbian
-
apt-get install ruby-rspec-puppet
- Dockerfile
- dockerfile.run/rspec-puppet-init
ruby-rspec-puppet
RSpec tests for your Puppet manifests
Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. This ruby module contains RSpec tests for Puppet manifests.