The rehan-dockctl installs & manages dockctl a tool to control/manage various aspects of docker/docker-compose projects on a single host.
A puppet module for managing the installation of dockctl.
More information on dockctl tool can be found at:
In order to install rehan-dockctl, run the following command:
$ puppet module install rehan-dockctlThe module does expect all the data to be provided through 'Hiera'. See Usage for examples on how to configure it.
This module is designed to be as clean and compliant with latest puppet code guidelines.
A basic install with the defaults would be:
include dockctlYou can submit pull requests and create issues through the official page of this module: https://github.com/rehan/puppet-dockctl. Please do report any bug and suggest new features/improvements.