The zsh module takes care of installing zsh on various platforms.
All that's needed to use this module is to add the line below to a profile for the host on which you want to use zsh:
include zsh
This module is documented via
pdk bundle exec puppet strings generate --format markdown
.
Please see REFERENCE.md for more info.
CHANGELOG.md is generated prior to each release via
pdk bundle exec rake changelog
. This proecss relies on labels that are applied
to each pull request.
Pull requests are welcome!