Puppet Class: ora_install
- Defined in:
- manifests/init.pp
Overview
ora_install
See the file “LICENSE” for the full license governing this code.
7 8 9 |
# File 'manifests/init.pp', line 7
class ora_install () {
include ora_install::fact_caching
}
|