Puppet Class: wls_profile::weblogic::em_license

Defined in:
manifests/weblogic/em_license.pp

Summary

This class will deploy the Enterprise Modules license.

Overview



5
6
7
8
9
10
# File 'manifests/weblogic/em_license.pp', line 5

class wls_profile::weblogic::em_license {
  unless defined(Class['easy_type::license::activate']) {
    debug 'License activated in wls_profile'
    contain easy_type::license::activate
  }
}