Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opatch not being applied when doing a puppet run #578

Open
sylvesrhi opened this issue Apr 14, 2020 · 0 comments
Open

opatch not being applied when doing a puppet run #578

sylvesrhi opened this issue Apr 14, 2020 · 0 comments

Comments

@sylvesrhi
Copy link

Hi Biemond,

Trust you are well.

We recently installed and configured your opatch module. But when I do a puppet run I get the following error when it tries to apply the opatch:

Error: /Stage[main]/Profile::Srs_appserver/Orawls::Opatch[30386660]/Wls_opatch[/WLS/app/oracle/CSS/Middleware/Oracle_Home:30386660]/ensure: change from 'absent' to 'present' failed: cannot load such file -- puppet/provider/wls_opatch/.identity

This my Puppet code:

orawls::opatch { '30386660':
ensure => 'present',
oracle_product_home_dir => '/WLS/app/oracle/CSS/Middleware/Oracle_Home',
orainstpath_dir => '/WLS/app/oracle/CSS/Middleware/Oracle_Home',
patch_id => 30386660,
patch_file => 'p30386660_122130_Generic.zip',
jdk_home_dir => '/WLS/app/oracle/CSS/JAVA/jdk1.8.0_162/',
os_user => 'wls12c',
os_group => 'wlsdba',
download_dir => '/WLS/app/oracle/CSS/Middleware/Oracle_Home/PATCH_TOP',
puppet_download_mnt_point => '/usr/sys/inst.images/Oracle/WLS12C/LATESTPATCHES/',
log_output => true,
remote_file => true,
}

Your help will be greatly appreciated.

Many Thanks,
Rich

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant