On Tue, Feb 12, 2013 at 6:30 AM, yarlagadda ramya wrote:
> err: /Stage[main]//Exec[copy_unzip]/returns: change from notrun to 0 failed:
> /usr/bin/unzip -C /db/oracle unzip /db/linux.x64_11gR2_database_1of2.zip
> returned 9 instead of one of [0] at
> /root/learning-manifests/installzip1.pp:13
> n
*Hi all this is the manifest i have written for installing oracle:*
$URL =
"http://192.168.24.171:8080/softwares/linux.x64_11gR2_database_1of2.zip";
$Software = "/db"
$Server = "/db/oracle"
exec { "download_url":
command => "/usr/bin/wget $URL",
cwd => "$Software",
}
exec {"copy