Puppet Class: storm::webdav::install

Defined in:
manifests/webdav/install.pp

Summary

StoRM WebDAV install class

Overview



3
4
5
6
7
8
9
10
# File 'manifests/webdav/install.pp', line 3

class storm::webdav::install (

) {

  package { 'storm-webdav':
    ensure  => installed,
  }
}