codescape / vagrant-oracle-xe

Vagrant provisioning Oracle Database XE 11g on Ubuntu 11.10
46 stars 17 forks source link

Fix rpm file location in readme.md #2

Closed ebeigarts closed 12 years ago

ebeigarts commented 12 years ago

I was getting error:

err: /Stage[main]/Oracle::Xe/File[/tmp/oracle-xe-11.2.0-1.0.x86_64.rpm.zip]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/oracle/oracle-xe-11.2.0-1.0.x86_64.rpm.zip at /tmp/vagrant-puppet/modules-0/oracle/manifests/init.pp:74

Then I noticed that the path in readme.md was wrong, so I fixed that:

- modules/oracle/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
+ modules/oracle/files/oracle-xe-11.2.0-1.0.x86_64.rpm.zip
codescape commented 12 years ago

Thank you very much for finding and correcting this mistake!