Skip to content

Releases: voxpupuli/puppet-cvmfs

0.2.0

09 Dec 10:37
Compare
Choose a tag to compare

Expand README for server support.

Stratum 0 and Stratum 1 support

04 Dec 13:08
Compare
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']
}