aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-09-10(maint) Remove 'puppet-module-dev' gem dependencyLuchian Nemes
In preparation for the Puppet 7 release, the `puppet-module-posix-dev-r2.7` and `puppet-module-posix-dev-r2.7` gems had to be removed from `Gemfile` due to the following dependency error: `puppet-module-posix-dev-r2.7` depends on `puppet_litmus` which depends on `bolt` which depends on `puppet` which is locked to a version below 7 Also added the needed gems that were lost in the above removal process.
2020-09-09(MODULES-10800) Add GitHub Actions workflowsLuchian Nemes
Added GitHub Actions workflows for `Static Code Analysis` and `Unit Tests` that run each time there is a new `pull request` or `git push`. `Unit tests` are also set to run every workday at `05:00:00 UTC`. The `.yaml` config files of `Travis` and `AppVeyor` have been removed.
2019-08-20(maint) Add codeownersJosh Cooper
And fix broken contributors link
2018-11-29Add anchors for l10nJosh Cooper
Also remove relative REFERENCE.md link as that doesn't work on the forge.
2018-11-26Refer to local reference instead of type referenceJosh Cooper
See MODULES-8182
2018-10-25(maint) made phrases complete (localization-ready)ehom
2018-06-28Fix typoJosh Cooper
2018-06-28Document module using puppet stringsJosh Cooper
2018-06-27Module creation using pdk 1.5Josh Cooper
2018-06-27Initial commitJosh Cooper