Releases: jantman/workstation-bootstrap
Releases · jantman/workstation-bootstrap
3.2.0
- Remove my archlinux-macbookretina module, as it is now abandoned.
- Other minor updates
- Switch Puppetfile from using garethr/docker to my fork of it. garethr/docker generates systemd unit files that fail to parse correctly with systemd >= 241 if no
command
is specified for the container, causing systemd to pass the line immediately followingExecStart
as the command. The recommended replacement for garethr/docker, puppetlabs/docker, does not support Archlinux. So, fork and fix the bug.
3.1.0
- Update
bin/run_r10k.sh
wrapper script for r10k 3.0.0 compatibility and to force r10k to overwrite locally-changed files.
3.0.0
2.0.0
- Update all dependencies and layout via modulesync, to modern Puppet5 version.
- Properly rename README file to README.md
- Fix layout now that r10k (> 2.1.0) can handle local modules; move workstation_bootstrap manifrsts into
puppet/modules
- Update
.fixtures.yml
to pull in proper versions - Remove unused files from repo
- Update documentation
- Fix unit tests for new layout
- Test against modern Puppet versions (puppet4 and puppet5)
- Fix bug in
config_version.sh
- Convert
puppet/config/hiera.yaml
from version 3 to version 5 - Fix dependency version issues and unmet dependencies in Puppetfile and .fixtures.yml
- Stop checking coverage; this doesn't work for node/host tests
- Add spec tests for nodes/hosts
- Add
metadata.json
to support release process.