Puppet Class: certs
- Defined in:
- manifests/init.pp
Overview
Class: certs
The certs class provides a single define, certs::vhost. The certs class itself should never be instantiated.
Authors
Rob Nelson <rnelson0@gmail.com>
Copyright
Copyright 2014 Rob Nelson
14 15 16 |
# File 'manifests/init.pp', line 14
class certs {
# Empty class. The module provides certs::vhost instead.
}
|