Hi,

On Thu, Aug 2, 2012 at 6:25 PM, Mike Reed <mjohn.r...@gmail.com> wrote:

> Thank you all for the responses.  I think the solution of scripting the
> install and calling the script via puppet is an interesting thought.
>  Thanks as well for the suggested reading.


just my thoughts on this: if you are going to perform this procedure on a
few hosts, why not go the extra mile and create a package (deb, RPM, ...)
on a buildhost, and just distribute the package through the normal
mechanism (yum, apt repo) ?

That way, your manifests will be reduced to the nearly trivial

package { 'ChelsioUwire':
  ensure => '1.0.2.**26',
}

Kind regards,

k

-- 
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