Puppet Class: r1soft
- Defined in:
- manifests/init.pp
Overview
1 2 3 4 5 6 |
# File 'manifests/init.pp', line 1
class r1soft {
# Nothing is in here.
#
# To use the module, you want to include '::r1soft::agent' or
# '::r1soft::server'. Plain old '::r1soft' does nothing by itself.
}
|