Hi we are using DirectAdmin control panel. While overall a great control panel, don''t get me started how they like to custom compile most of their software. Since I''m dealing with their many custom shell script builds, how can I can integrate this so I can use Puppet? My questions are: - Using Exec type to execute their build scripts, is that the best approach? - does puppetd have a limit of how long a something can run? It''s not uncommon with some of the complies to take a few min. - Will the std output/std error of their build script be viewable in the syslog files? Meaning does puppet send any Exec output to syslog? - What''s the best way to tell if the software is/is not installed to use the onlyif statement? -L -- Larry Ludwig Empowering Media 1-866-792-0489 x600 Managed and Unmanaged Xen VPSes http://www.hostcube.com/ --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On May 5, 3:59 pm, Larry Ludwig <larry...@gmail.com> wrote:> Hi we are using DirectAdmin control panel. While overall a great > control panel, don''t get me started how they like to custom compile > most of their software. > > Since I''m dealing with their many custom shell script builds, how can > I can integrate this so I can use Puppet?The general consensus I''ve noticed is to create a package for your local distro/OS and put it in a local repository so it can be installed as a package with the proper provider. -joshua --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---