Hi,

I have an exec command that executed successfully, but when checking the 
processes it did not run the command.


--manifest--
179   exec { "sh /mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp":
180     alias     => oracle_installed,
181     require   => [User["oracle_user"],
182                   Exec["oracle_dl"],
183                   Exec["oracle_extracted"],
184                   File["responsefile"],
185                   File["oracle_installation_dir"],
186                   File["oracle_orainventory_dir"],
187                   File["oracle_dir"]],
188     path      => ["/usr/bin", "/usr/sbin", "/bin", "/sbin"],
190     user      => oracle,
191     creates   => "/var/puppet/state/oracleinstalled",


--log says--
Fri Oct 16 11:04:42 +0000 2009 //Node[basenode]/oraclecube/Exec[sh 
/mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp] (debug): Changing 
returns
Fri Oct 16 11:04:42 +0000 2009 //Node[basenode]/oraclecube/Exec[sh 
/mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp] (debug): 1 change(s)
Fri Oct 16 11:04:42 +0000 2009 //Node[basenode]/oraclecube/Exec[sh 
/mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp] (debug): Executing 
'sh /mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp'
Fri Oct 16 11:04:42 +0000 2009 Puppet (debug): Executing 'sh 
/mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp'
Fri Oct 16 11:04:47 +0000 2009 //Node[basenode]/oraclecube/Exec[sh 
/mnt/oracle-installation/database/runInstaller -silent 
-ignoreDiskWarning -responsefile 
/mnt/oracle-installation/database/oracle-11g_SE.rsp]/returns (notice): 
executed successfully


--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to