Hello! Guys, who can share expirience in multiuser development of puppet modules? I try to configure different environments for every user, but faced that custom facts and functions are global for every environment.. How do you solve such problems? -- wbr, alw -- 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.
Am 23.12.2011 09:00, schrieb Alexey Wasilyev:> How do you solve such problems? >We do development on every developer''s workstation. Everyone has his own puppetmaster and can use VMs to test wether his modules work or not. The modules are then checked into SVN which triggers the production puppetmasters to update their copies of the module tree. Regards, Andreas -- Solvention Ltd. & Co. KG Egermannstr. 6-8 53359 Rheinbach Tel: +49 2226 158179-0 Fax: +49 2226 158179-9 http://www.solvention.de mailto:info@solvention.de -- 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.
We wrote some scripts to use the Rackspace api to create two servers, set up one as a puppet master, then one as a client. It grabs the modules and node config from svn. We then test modules, mess with them, commit to svn when we''re done, then destroy the servers. On Dec 23, 2:00 am, Alexey Wasilyev <ale...@wasilyev.ru> wrote:> Hello! > > Guys, who can share expirience in multiuser development of puppet modules? > I try to configure different environments for every user, but faced that > custom facts and functions are global for every environment.. > How do you solve such problems? > > -- > wbr, alw-- 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.