This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Releases: jantman/puppet-archlinux-workstation
Releases · jantman/puppet-archlinux-workstation
0.5.0
0.4.0
- Pin some dependencies in
.fixtures.yml
to fix tests - Switch acceptance tests from deprecated
archimg/base-devel:latest
Docker image toarchlinux/base:latest
- Fix Puppet4 unit tests by pinning
puppet-module-posix-dev-r2.1
version to 0.3.2 kde
class - stop managingphonon-qt4
packages as they've been removed from the repos- Add
.sync.yml
for my modulesync_configs - Update
.travis.yml
,Gemfile
and some documentation via modulesync. - Fix
metadata.json
casing of supported operatingsystem name.
0.3.2
0.3.1
0.3.0
- Switch to new-style typed parameters.
- Modernize module layout and testing.
- Update supported and tested Puppet versions to 4 and 5.
- Many major puppet module dependency updates.
- Pin puppetlabs-stdlib dependency to 4.12.0, as unfortunately saz/sudo still uses the deprecated
validate_
functions. - Add
service_state
parameter to docker class, mainly for acceptance testing - Add
service_ensure
parameter tosddm
class, mainly for acceptance testing - Use puppet-strings for documentation
- Automate deployment through TravisCI