hilverd / vagrant-ubuntu-oracle-xe

Install Oracle 11g XE in a Vagrant virtual machine running Ubuntu 12.04.
MIT License
287 stars 96 forks source link

require "configure xe" in service #3

Closed teaforthecat closed 11 years ago

teaforthecat commented 11 years ago

when subscribing or requiring Service['oracle-xe'] from another module, the ordering is altered in such a way that Exec["configure xe"] can actually happen last. This ensures configuration happens always before the service.

hilverd commented 11 years ago

Thanks for this.