Skip to content
Snippets Groups Projects
Commit c972f6d6 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix path to a file in base::rpm

parent 14690603
No related branches found
No related tags found
No related merge requests found
release/000.002
Mon May 6 14:31:03 PDT 2013
fixed path to a file in base::rpm
\ No newline at end of file
'#
# This is for rhel5 oracle10g
#
# This is for rhel5 oracle10g
#
#
class oracledb::rhel5 inherits oracledb {
......@@ -16,7 +16,7 @@ class oracledb::rhel5 inherits oracledb {
'libgomp': ensure => present;
'pdksh': ensure => present;
'xorg-x11-utils': ensure => present;
}
}
# TODO: verify if you can use <name>.ARCH instead of exec.
exec {
' R5.5 oracle 64 bit server required compat-db ':
......@@ -36,10 +36,10 @@ class oracledb::rhel5 inherits oracledb {
# setup oracle sources for ASM packages (needed for RAC)
file { '/etc/yum.repos.d/oracle.repo':
source => "puppet:///rpm/oracle-EL5.repo",
source => "puppet:///modules/base/rpm/oracle-EL5.repo",
}
base::rpm::import { 'oracle-rpmkey':
url => "http://yum.stanford.edu/RPM-GPG-KEY-oracle-el5",
signature => gpg-pubkey-1e5e0159-464d0428,
}
}
\ No newline at end of file
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment