hi, are module collecitons (camptocamp, completeconfig, example42) compatible with a standalone puppet environment. i am looking to have 20+ servers running puppet ( not puppetd ) on demand and would like to use some of the pre-written modules. if so, does any one have any quick tips/ helpful ideas on getting my first standalone up and running? t. -- 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 Tue, Jul 6, 2010 at 11:43 AM, TonyR <scuderia.f1@gmail.com> wrote:> > hi, > > are module collecitons (camptocamp, completeconfig, example42) > compatible with a standalone puppet environment. i am looking to have > 20+ servers running puppet ( not puppetd ) on demand and would like to > use some of the pre-written modules.Modules in general are compatible with puppet stand alone.> if so, does any one have any quick tips/ helpful ideas on getting my > first standalone up and running?It''s just a matter of placing the modules in a directory searched by puppet using the modulepath configuration setting. To view the default, try puppet --configprint modulepath -- Jeff McCune http://www.puppetlabs.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.
puppet --configprint module i will be using that one. ty i''ve loaded camptocamp monit module in my /srv/puppet/modules directory. I know i''ve got to run puppet --modulepath /srv/puppet/modules but i am unsure with what other options. t. On Jul 6, 3:13 pm, Jeff McCune <j...@puppetlabs.com> wrote:> On Tue, Jul 6, 2010 at 11:43 AM, TonyR <scuderia...@gmail.com> wrote: > > > hi, > > > are module collecitons (camptocamp, completeconfig, example42) > > compatible with a standalone puppet environment. i am looking to have > > 20+ servers running puppet ( not puppetd ) on demand and would like to > > use some of the pre-written modules. > > Modules in general are compatible with puppet stand alone. > > > if so, does any one have any quick tips/ helpful ideas on getting my > > first standalone up and running? > > It''s just a matter of placing the modules in a directory searched by > puppet using the modulepath configuration setting. To view the > default, try puppet --configprint modulepath > > -- > Jeff McCunehttp://www.puppetlabs.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.
I think i will use something similar to: sudo puppet -v --modulepath /srv/puppet/modules/ /etc/puppet/manifests/ site.pp I am not certain what goes in the site.pp for the camp2camp monit module. t. On Jul 6, 4:26 pm, TonyR <scuderia...@gmail.com> wrote:> puppet --configprint module > > i will be using that one. ty > > i''ve loaded camptocamp monit module in my /srv/puppet/modules > directory. > > I know i''ve got to run > > puppet --modulepath /srv/puppet/modules > > but i am unsure with what other options. > > t. > On Jul 6, 3:13 pm, Jeff McCune <j...@puppetlabs.com> wrote: > > > On Tue, Jul 6, 2010 at 11:43 AM, TonyR <scuderia...@gmail.com> wrote: > > > > hi, > > > > are module collecitons (camptocamp, completeconfig, example42) > > > compatible with a standalone puppet environment. i am looking to have > > > 20+ servers running puppet ( not puppetd ) on demand and would like to > > > use some of the pre-written modules. > > > Modules in general are compatible with puppet stand alone. > > > > if so, does any one have any quick tips/ helpful ideas on getting my > > > first standalone up and running? > > > It''s just a matter of placing the modules in a directory searched by > > puppet using the modulepath configuration setting. To view the > > default, try puppet --configprint modulepath > > > -- > > Jeff McCunehttp://www.puppetlabs.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.