Hi,
I am having an issue could not find any data item
Here is my manifests:
class weblogic_esb {
2
3 include wls1036
4 include orautils
5
6 Class['wls1036'] -> Class['orautils']
7
8 class wls1036{
9 class { 'wls::urandomfix' :}
10
11 $jdkWls11gJDK = hiera('wls_jdk_version')
12 $wls11gVersion = hiera('wls_version')
cat dot-fap-spr-t01.local.yaml
---
#messageDefault: 'default'
#messageEnv: 'common'
hosts:
'dot-fap-spr-t01.local':
ip: "******"
host_aliases: - 'dot-fap-spr-t01'
#'soadb.example.com':
# ip: "10.10.10.5"
#host_aliases: - 'soadb'
'localhost':
ip: "127.0.0.1"
host_aliases: - 'localhost.localdomain'
- 'localhost4'
- 'localhost4.localdomain4'
wls_jdk_version: 'jdk1.7.0_25'
wls_user_config_dir: '/home/oracle'