Hi All, Running puppetd --onetime --test --noop --tags=pkg_xxxxx,cfg_pkgget info: Caching catalog for xxxxx01.com info: Applying configuration version ''svnver=-1:9644M t=1311200000'' What does the ''svnver=-1:9644M'' mean? Trying to understand why the svnver is wrong? Cos puppet is not deploying? Any ideas? Regards -- 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.
Nan Liu
2011-Jul-28 15:16 UTC
Re: [Puppet Users] When running puppetd on client get an error
On Thu, Jul 28, 2011 at 8:38 AM, Shiradz <msmajiet@gmail.com> wrote:> Hi All, > > Running puppetd --onetime --test --noop --tags=pkg_xxxxx,cfg_pkgget > > info: Caching catalog for xxxxx01.com > info: Applying configuration version ''svnver=-1:9644M t=1311200000'' > > What does the ''svnver=-1:9644M'' mean? > Trying to understand why the svnver is wrong?It''s the output of config_version script. By default it''s just the Unix timestamp, so you have something custom in place. This should provide the script you are running, check and see what it''s doing: puppetd --configprint config_version Thanks, Nan -- 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.
Alan Barrett
2011-Jul-29 05:47 UTC
Re: [Puppet Users] When running puppetd on client get an error
On Thu, 28 Jul 2011, Shiradz wrote:>info: Caching catalog for xxxxx01.com >info: Applying configuration version ''svnver=-1:9644M t=1311200000'' > >What does the ''svnver=-1:9644M'' mean? >Trying to understand why the svnver is wrong?The version string is printed by a script that''s referenced from the puppet.conf file on the master. Look at what that script is doing, and try running the same or similar commands by hand. --apb (Alan Barrett) -- 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.