Skip to content

Releases: voxpupuli/puppet-cvmfs

v12.1.0

02 Oct 11:35
v12.1.0
929cfbd

Choose a tag to compare

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

  • refactor: change from mocha to rspec-mocks by @TheMeier in #223

New Contributors

Full Changelog: v12.0.0...v12.1.0

v12.0.0

04 Aug 12:34
v12.0.0
6b57fe1

Choose a tag to compare

What's Changed

Breaking Changes 🛠

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

30 Jun 06:35
v11.0.0
fc58a72

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

New Contributors

Full Changelog: v10.2.0...v11.0.0

0.2.0

09 Dec 10:37

Choose a tag to compare

Expand README for server support.

Stratum 0 and Stratum 1 support

04 Dec 13:08

Choose a tag to compare

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']
}