Nani
2011-Nov-28 12:25 UTC
[Puppet Users] how to create a oracle 11g database through puppet module
Hi This is Anjan and I am creating a module to create a database for oracle 11g. I have a problem to execute a cmd ie sqlplus "/as sysdba" @/home/oracle/cr_$dbn Please tell how to exucute the above cmds through puppet module. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Stephan
2011-Nov-29 09:04 UTC
[Puppet Users] Re: how to create a oracle 11g database through puppet module
You can use the exec type to execute commands: http://docs.puppetlabs.com/references/stable/type.html#exec On Nov 28, 12:25 pm, Nani <anjankumar.mad...@gmail.com> wrote:> Hi > This is Anjan and I am creating a module to create a database for > oracle 11g. I have a problem to execute a cmd > ie sqlplus "/as sysdba" > @/home/oracle/cr_$dbn > Please tell how to exucute the above cmds through puppet module.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.