add the operating system profile
commit64b78147be1e72e71a660a6dea352063d7976feb
authorJeremy Baumont <jeremy@baumont.org>
Fri, 30 Oct 2009 15:00:21 +0000 (30 16:00 +0100)
committerJeremy Baumont <jeremy@baumont.org>
Fri, 30 Oct 2009 15:00:21 +0000 (30 16:00 +0100)
tree2fb25650903d749e29795c19748a36d7b78fca4d
parent3db9286f61d5d4b69433dd9dd9a63b03efd33b5e
add the operating system profile

the operating system profile defined the environment variables proper
to oracle database server:
* ORACLE_SID
* ORACLE_HOME
* ORACLE_VERSION

three levels of operating system profile for uniquely bash shell:
.bashrc
.bash_profile
.bash_profile.oracle
files/users/oracle/.bash_profile [new file with mode: 0644]
files/users/oracle/.bashrc [new file with mode: 0644]
files/users/oracle/.ssh/authorized_keys [new file with mode: 0644]
fileserver.conf
modules/oracle/manifests/database_server.pp
modules/oracle/manifests/virt_users.pp
modules/oracle/templates/bash_profile.oracle-template.erb [new file with mode: 0644]