Skip to content

Commit

Permalink
check for dbs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
biemond committed Jul 30, 2014
1 parent 134ba5f commit b5d5b88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .project
Expand Up @@ -5,21 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.puppetlabs.geppetto.pp.dsl.ui.puppetNature</nature>
Expand Down
2 changes: 1 addition & 1 deletion manifests/installdb.pp
Expand Up @@ -164,7 +164,7 @@
if ( $version in ['11.2.0.1','12.1.0.1','12.1.0.2','11.2.0.3','11.2.0.4']){
exec { "install oracle database ${title}":
command => "/bin/sh -c 'unset DISPLAY;${downloadDir}/${file}/database/runInstaller -silent -waitforcompletion -ignoreSysPrereqs -ignorePrereq -responseFile ${downloadDir}/db_install_${version}.rsp'",
creates => $oracleHome,
creates => "${oracleHome}/dbs",
timeout => 0,
returns => [6,0],
path => $execPath,
Expand Down
3 changes: 1 addition & 2 deletions metadata.json
@@ -1,7 +1,6 @@
{
"author": "Edwin Biemond",
"dependencies": [],
"description": "Oracle Database 11.2 / 12 puppet module, GoldenGate + RCU installer for SOA Suite, WebCenter and OIM or all",
"license": "Apache 2.0",
"name": "biemond-oradb",
"project_page": "https://github.com/biemond/biemond-oradb",
Expand Down Expand Up @@ -82,5 +81,5 @@
"version_requirement": ">=2.7.20"
}
],
"version": "1.0.13"
"version": "1.0.14"
}

0 comments on commit b5d5b88

Please sign in to comment.