Re: [Puppet Users] Applying exec only 1x - Dell OMSA setup

2014-09-28 Thread Christopher Webber
The simplest way is to add a `creates` parameter for the binary or directory the installer creates. -- cwebber > On Sep 28, 2014, at 18:26, JonY wrote: > > My instructions for setting up the repo and such for Dell OpenManage start > with this command "wget -q -O - > http://linux.dell.com/re

Re: [Puppet Users] Applying exec only 1x - Dell OMSA setup

2014-09-28 Thread Jeremy T. Bouse
On 28.09.2014 21:26, JonY wrote: My instructions for setting up the repo and such for Dell OpenManage start with this command "wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash". It turns out the .cgi file has some cumbersome logic in it to determine OS and so forth - m