search for: pathtomodul

Displaying 1 result from an estimated 1 matches for "pathtomodul".

Did you mean: pathtomodules
2009 May 28
2
access file form files directory in module
Hi We have on our systems old school software which is only installable via tar. I have the tar in <pathtomodules>module/file/software.tar How can I now access this file to untar it via an exec command. With the file type I think it is not possible, otherwise the tar gets downloaded every time puppet runs (because I remove the tar after installation) Any Ideas how I can access the file in the exec comma...