Hey All, I''ve setup a class called "demopackage" that installs a couple of packages with the pkgdmg provider. Unless I''m doing it wrong, I''m not seeing it being called or evaluated. Here''s a Pastie with my puppet.conf, site.pp, nodes.pp, the classfile, and puppet output. It''s also not creating a .puppet.pkgdmg.installed file in /var/db/ (mainly because I don''t think it''s actually EVALUATING the class). I''m running puppet 2.6 on one machine, which is running both agent and master. The certname is being set in puppet.conf and I''m also specifying a default node in the nodes.pp file. Is this incorrectly implemented, or could there be something wrong? -- Gary Larizza Director of Technology Huron City Schools http://www.huronhs.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.
Gary Larizza
2010-Jul-10 17:56 UTC
[Puppet Users] Re: Puppet 2.6RC1 Package call not working?
Here''s the Pastie link --> http://pastie.org/1038963 On Jul 10, 1:47 pm, Gary Larizza <ccsh...@gmail.com> wrote:> Hey All, > > I''ve setup a class called "demopackage" that installs a couple of packages > with the pkgdmg provider. Unless I''m doing it wrong, I''m not seeing it being > called or evaluated. > > Here''s a Pastie with my puppet.conf, site.pp, nodes.pp, the classfile, and > puppet output. It''s also not creating a .puppet.pkgdmg.installed file in > /var/db/ (mainly because I don''t think it''s actually EVALUATING the class). > > I''m running puppet 2.6 on one machine, which is running both agent and > master. The certname is being set in puppet.conf and I''m also specifying a > default node in the nodes.pp file. > > Is this incorrectly implemented, or could there be something wrong? > > -- > Gary Larizza > > Director of Technology > Huron City Schoolshttp://www.huronhs.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.
Brice Figureau
2010-Jul-10 18:04 UTC
Re: [Puppet Users] Re: Puppet 2.6RC1 Package call not working?
Hi Gary, On 10/07/10 19:56, Gary Larizza wrote:> Here''s the Pastie link --> http://pastie.org/1038963It looks like you''re not importing nodes.pp if I''m not mistaken, so you never include the demopackage class. -- Brice Figureau My Blog: http://www.masterzen.fr/ -- 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.
Gary Larizza
2010-Jul-10 18:08 UTC
Re: [Puppet Users] Re: Puppet 2.6RC1 Package call not working?
That''s it..I removed it trying to isolate the error from http://projects.reductivelabs.com/issues/4206 Thanks for the simple answer - works fine now. -Gary On Sat, Jul 10, 2010 at 2:04 PM, Brice Figureau < brice-puppet@daysofwonder.com> wrote:> Hi Gary, > > On 10/07/10 19:56, Gary Larizza wrote: > > Here''s the Pastie link --> http://pastie.org/1038963 > > It looks like you''re not importing nodes.pp if I''m not mistaken, so you > never include the demopackage class. > -- > Brice Figureau > My Blog: http://www.masterzen.fr/ > > -- > 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- Gary Larizza Director of Technology Huron City Schools http://www.huronhs.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.