Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

attachmentgenie/attachmentgenie-ssh

Repository files navigation

attachmentgenie-ssh

Spec Tests License

Description

The module makes it possible to install a ssh server and/or client and to add authorized ssh keys to existing users.

Usage

All options and configuration can be done through interacting with the parameters on the main ssh class. These are now documented via Puppet Strings

You can view example usage in REFERENCE.

Reference

See REFERENCE.

Limitations

This is where you list OS compatibility, version compatibility, etc.

Development

Running tests

This project contains tests for both rspec-puppet and litmus to verify functionality. For detailed information on using these tools, please see their respective documentation.

Testing quickstart:

pdk bundle install
pdk bundle exec rake 'litmus:provision_list[puppet6]'
pdk bundle exec rake 'litmus:install_agent[puppet6]'
pdk bundle exec rake litmus:install_module
pdk bundle exec rake litmus:acceptance:parallel
pdk bundle exec rake litmus:tear_down