How do I prevent the module from downloading the tarball to the local folder ?
I have currently setup "source_path" and "download_dir". I dont want it to download the file to the "download_dir"
If I dont specify "download_dir" it simply defaults to "/install" and fails with following exception :
Notice: /Stage[main]/Safeway::Ohs::Install_jdk7/Jdk7::Install7[jdk1.7.0_91]/Exec[create /install directory]/returns: mkdir: cannot create directory ‘/install’: Permission denied
Error: mkdir -p /install returned 1 instead of one of [0]
Error: /Stage[main]/Safeway::Ohs::Install_jdk7/Jdk7::Install7[jdk1.7.0_91]/Exec[create /install directory]/returns: change from notrun to 0 failed: mkdir -p /install returned 1 instead of one of [0]
Hi Edwin,
How do I prevent the module from downloading the tarball to the local folder ?
I have currently setup "source_path" and "download_dir". I dont want it to download the file to the "download_dir"
If I dont specify "download_dir" it simply defaults to "/install" and fails with following exception :
Notice: /Stage[main]/Safeway::Ohs::Install_jdk7/Jdk7::Install7[jdk1.7.0_91]/Exec[create /install directory]/returns: mkdir: cannot create directory ‘/install’: Permission denied Error: mkdir -p /install returned 1 instead of one of [0] Error: /Stage[main]/Safeway::Ohs::Install_jdk7/Jdk7::Install7[jdk1.7.0_91]/Exec[create /install directory]/returns: change from notrun to 0 failed: mkdir -p /install returned 1 instead of one of [0]