===
Puppet module to manage tasks related to Oracle.
This module needs two puppet runs. The first ensures the locked_users_script, which is needed by the oracle_locked_users fact. One the second run, the fact should be populated with data that is needed to write to the unlock_users_script. Note that this module needs stringify_facts setting in puppet set to false so that we can have structured facts.
===
This module is built for use with Puppet v3 with Ruby versions 1.8.7, 1.9.3, and 2.0.0 on the following OS families.
- EL 5
===
- Default: '/home/oracle/.locked_users_query.sql'
- Default: '/home/oracle/.unlock_users.sql'
- Default: undef
- Default:
su -l oracle -c 'sqlplus /nolog @/home/oracle/.unlock_users.sql'
- Default: '/bin:/usr/bin'