I''m new to puppet and /etc/opt/csw/puppet/puppetd.conf is empty. I haven''t found any further configuration of puppetd.conf on http://reductivelabs.com/trac/puppet What do I need to do next? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Loobster wrote:> I''m new to puppet and /etc/opt/csw/puppet/puppetd.conf is empty. > > I haven''t found any further configuration of puppetd.conf on > http://reductivelabs.com/trac/puppet > > What do I need to do next?Individual Puppet configuration files are deprecated. Puppet now uses a single puppet.conf configuration file. Can I suggest you read: http://reductivelabs.com/trac/puppet/wiki/InstallationGuide http://reductivelabs.com/trac/puppet/wiki/SimplestPuppetInstallRecipe Are you getting a particular error? Regards James Turnbull - -- Author of: * Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) * Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) * Hardening Linux (http://www.amazon.com/gp/product/1590594444/) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJD37U9hTGvAxC30ARAto5AJ9FIy4aI0NGBfn92WeHEni5ht+s5wCgyP3K M9XckL3i21xOWPOn1RNBR1A=+IeT -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
James, Thanks those links helped me out. I''m wondering if it''s possible to do something like this on the clients: If /usr/local/firefox-3.0.3 does not exist, copy tar file from the server and run a script. or something similar would be: if adobe reader is not at a particular version, copy tar file from the server and run the installer Thanks Karl On Nov 3, 4:44 pm, James Turnbull <ja...@lovedthanlost.net> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Loobster wrote: > > I''m new to puppet and /etc/opt/csw/puppet/puppetd.conf is empty. > > > I haven''t found any further configuration of puppetd.conf on > >http://reductivelabs.com/trac/puppet > > > What do I need to do next? > > Individual Puppet configuration files are deprecated. Puppet now uses a > single puppet.conf configuration file. Can I suggest you read: > > http://reductivelabs.com/trac/puppet/wiki/InstallationGuidehttp://reductivelabs.com/trac/puppet/wiki/SimplestPuppetInstallRecipe > > Are you getting a particular error? > > Regards > > James Turnbull > > - -- > Author of: > * Pulling Strings with Puppet > (http://www.amazon.com/gp/product/1590599780/) > * Pro Nagios 2.0 > (http://www.amazon.com/gp/product/1590596099/) > * Hardening Linux > (http://www.amazon.com/gp/product/1590594444/) > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org > > iD8DBQFJD37U9hTGvAxC30ARAto5AJ9FIy4aI0NGBfn92WeHEni5ht+s5wCgyP3K > M9XckL3i21xOWPOn1RNBR1A> =+IeT > -----END PGP SIGNATURE-------~--~---------~--~----~------------~-------~--~----~ 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 Wed, Nov 5, 2008 at 3:27 PM, Loobster <karl.rossing@gmail.com> wrote:> Thanks those links helped me out. > > I''m wondering if it''s possible to do something like this on the > clients: > If /usr/local/firefox-3.0.3 does not exist, copy tar file from the > server and run a script.You can certainly do this - an Exec[] stanza that requires a File[] is the easiest way to get started. --elijah --~--~---------~--~----~------------~-------~--~----~ 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 11/5/2008 3:34 PM, elijah wright wrote:> On Wed, Nov 5, 2008 at 3:27 PM, Loobster <karl.rossing@gmail.com> wrote: >> I''m wondering if it''s possible to do something like this on the >> clients: >> If /usr/local/firefox-3.0.3 does not exist, copy tar file from the >> server and run a script. > > You can certainly do this - an Exec[] stanza that requires a File[] is > the easiest way to get started.If you were using GNU stow, you may want something like stowedpackage [1]. Or to just convert your Firefox installation into a native package, set up your own package repository, and use puppet''s package type to install it. [1] http://blogs.cae.tntech.edu/mwr/2008/02/01/the-autostow-is-dead-long-live-stowedpackage/ -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---