pumuckl (Puppet Module Version Checker) is a simple script to check a Puppetfile if there are newer module versions on the forge.
- Python >=3.3
- pip(3)
To install system-wide run:
sudo pip3 install pumuckl
Alternatively you may create a virtualenv and install it there.
- Either run
pumucklin a folder containing aPuppetfile. - Run
pumuckl path/to/Puppetfile
- If you find a bug or wish to have a new feature simply open an issue.
- Otherwise if you are really motivated pull requests are always welcome, too.
Created by Robin Gloster
Named by Tristan Helmich
GPLv3, see LICENSE for details.