Releases: voxpupuli/puppet-cvmfs
Releases · voxpupuli/puppet-cvmfs
v12.1.0
What's Changed
New Features 🎉
- apt: ensure RSA signing key is refreshed instead of old DSA key by @olifre in #218
- Remove superfluous repo_includepkgs = undef from hiera data. by @djuarezg in #219
- New enable_prometheus_exporter parameter by @traylenator in #222
Other Changes
New Contributors
Full Changelog: v12.0.0...v12.1.0
v12.0.0
What's Changed
Breaking Changes 🛠
- Drop puppet and openvox 7 support by @traylenator in #214
- Update openvox minimum version to 8.19 by @TheMeier in #215
New Features 🎉
- add cvmfs-future repository by @vvolkl in #212
- Add prometheus-cvmfs-exporter to includepkgs by @vvolkl in #216
New Contributors
Full Changelog: v11.0.0...v12.0.0
v11.0.0
What's Changed
Breaking Changes 🛠
- Remove fuse3 parameter by @traylenator in #209
- Drop Support for EOL OSes by @traylenator in #208
New Features 🎉
- Run cvmfs_fsck service as user cvmfs by @traylenator in #201
- metadata.json: Add OpenVox by @jstraw in #204
- Allow puppetlabs/apt 10.x by @smortex in #205
- Support RH 10, Fed' 41,42 Ubu' 24.04 and Deb' 12 by @traylenator in #210
New Contributors
- @pccibot made their first contribution in #203
- @jstraw made their first contribution in #204
- @TheMeier made their first contribution in #207
Full Changelog: v10.2.0...v11.0.0
0.2.0
Expand README for server support.
Stratum 0 and Stratum 1 support
This is the first puppet-cvmfs module that supports installation of a CvmFS server or a CvmFS stratum one. Only the 2.1 version of CvmFS is supported for the server.
A server
class{'cvmfs::server':
repo => 'ilc.example.org',
}A stratum one
cvmfs::one{'mice.example.org':
origin => 'http://cvmfs01.example.org/cvmfs',
keys => ['/etc/cvmfs/keys/example1.pub','/etc/cvmfs/keys/example1.pub']
}