Puppet Class: wls_install
- Defined in:
- manifests/init.pp
Summary
This class activates the basic setuo activities for using the other functional `wls_install` classes and defined types.Overview
wls_install::wls_install
At this point in time it applies the setup for fact caching.
See the file “LICENSE” for the full license governing this code.
10 11 12 |
# File 'manifests/init.pp', line 10
class wls_install () {
include wls_install::fact_caching
}
|