puppet-cvmfs

Puppet module for cvmfs

APACHE-2.0 License

Stars
9
Committers
27

Bot releases are visible (Hide)

puppet-cvmfs - 0.2.0 Latest Release

Published by traylenator almost 11 years ago

Expand README for server support.

puppet-cvmfs - Stratum 0 and Stratum 1 support

Published by traylenator almost 11 years ago

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