Allan Marcus
2009-Oct-29 22:30 UTC
[Puppet Users] How can I tell what version of puppet is installed?
puppetd --version will not return ''rc'' version. for example, it returns 0.25.1 for rc2. --- Thanks, Allan Marcus 505-667-5666 --~--~---------~--~----~------------~-------~--~----~ 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 Turnbull
2009-Oct-29 23:07 UTC
[Puppet Users] Re: How can I tell what version of puppet is installed?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Allan Marcus wrote:> puppetd --version > > will not return ''rc'' version. for example, it returns 0.25.1 for rc2. >It doesn''t because of an issue we''ve had with Gems. Gems only support versioning of x.y.z. which means we can''t return a version with the rc or beta tag. I presume there is probably some way around it - parsing the PUPPET_VERSION in some way - happy to take ideas and suggestions. Regards James Turnbull - -- Author of: * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEVAwUBSuogFSFa/lDkFHAyAQIzKwgAue2d4MazDwNfkDXHECO9Gx4EbmoekUV8 WC04fnzjI4VI3jFT479oa58TfKPg+beMWJKDT4g7RN/qzqqHPOLjGrAxjM9BuJyQ PevW5IafZr/nTotKX32771CZT42xLEx4J/HMdn9/pIKjfx2BMMuXd2CjIcxE+UmW imo5wAv7GQfFLDtV5HSd91BWrUZe9rHcOU60gaV8qJQtNsOOC4C9YYP3jGE04Ns0 uN97bb0MqudoKPYisdiocR55W8KWl/2nsGEac5JCDsMmYAWC0GP2DYpL19Ey9rvr LH87m25yH4UbXHyP6PcIdZlsxyQ9OBBWtMFzQ8J9lZSer0hri/zOFQ==Mrr5 -----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 -~----------~----~----~----~------~----~------~--~---
Allan Marcus
2009-Oct-30 15:16 UTC
[Puppet Users] Re: How can I tell what version of puppet is installed?
is the "rc1" or "rc2" stored anywhere in any of the puppet files? --- Thanks, Allan Marcus 505-667-5666 On Oct 29, 2009, at 5:07 PM, James Turnbull wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Allan Marcus wrote: >> puppetd --version >> >> will not return ''rc'' version. for example, it returns 0.25.1 for rc2. >> > > It doesn''t because of an issue we''ve had with Gems. Gems only > support versioning of x.y.z. which means we can''t return a version > with the rc or beta tag. > > I presume there is probably some way around it - parsing the > PUPPET_VERSION in some way - happy to take ideas and suggestions. > > Regards > > James Turnbull > > - -- > Author of: > * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) > * Pulling Strings with Puppet (http://tinyurl.com/pupbook) > * Pro Nagios 2.0 (http://tinyurl.com/pronagios) > * Hardening Linux (http://tinyurl.com/hardeninglinux) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEVAwUBSuogFSFa/lDkFHAyAQIzKwgAue2d4MazDwNfkDXHECO9Gx4EbmoekUV8 > WC04fnzjI4VI3jFT479oa58TfKPg+beMWJKDT4g7RN/qzqqHPOLjGrAxjM9BuJyQ > PevW5IafZr/nTotKX32771CZT42xLEx4J/HMdn9/pIKjfx2BMMuXd2CjIcxE+UmW > imo5wAv7GQfFLDtV5HSd91BWrUZe9rHcOU60gaV8qJQtNsOOC4C9YYP3jGE04Ns0 > uN97bb0MqudoKPYisdiocR55W8KWl/2nsGEac5JCDsMmYAWC0GP2DYpL19Ey9rvr > LH87m25yH4UbXHyP6PcIdZlsxyQ9OBBWtMFzQ8J9lZSer0hri/zOFQ=> =Mrr5 > -----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 -~----------~----~----~----~------~----~------~--~---
Nigel Kersten
2009-Oct-30 15:30 UTC
[Puppet Users] Re: How can I tell what version of puppet is installed?
On Fri, Oct 30, 2009 at 8:16 AM, Allan Marcus <allan@lanl.gov> wrote:> > is the "rc1" or "rc2" stored anywhere in any of the puppet files?I''m not storing the changelog anywhere in the Mac packages, which should probably get resolved. At least on Debian it will be available vi zcatting /usr/share/doc/puppet/changelog.gz ? If you put a bug in Allan, I''ll modify the Puppet and Facter package builder so that it copies the changelog to the same location on OS X ? I''m pretty sure the changelog will make it relatively obvious what the state of the given payload was.> > --- > Thanks, > > Allan Marcus > 505-667-5666 > > > > On Oct 29, 2009, at 5:07 PM, James Turnbull wrote: > >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Allan Marcus wrote: >>> puppetd --version >>> >>> will not return ''rc'' version. for example, it returns 0.25.1 for rc2. >>> >> >> It doesn''t because of an issue we''ve had with Gems. Gems only >> support versioning of x.y.z. which means we can''t return a version >> with the rc or beta tag. >> >> I presume there is probably some way around it - parsing the >> PUPPET_VERSION in some way - happy to take ideas and suggestions. >> >> Regards >> >> James Turnbull >> >> - -- >> Author of: >> * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) >> * Pulling Strings with Puppet (http://tinyurl.com/pupbook) >> * Pro Nagios 2.0 (http://tinyurl.com/pronagios) >> * Hardening Linux (http://tinyurl.com/hardeninglinux) >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.7 (Darwin) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >> >> iQEVAwUBSuogFSFa/lDkFHAyAQIzKwgAue2d4MazDwNfkDXHECO9Gx4EbmoekUV8 >> WC04fnzjI4VI3jFT479oa58TfKPg+beMWJKDT4g7RN/qzqqHPOLjGrAxjM9BuJyQ >> PevW5IafZr/nTotKX32771CZT42xLEx4J/HMdn9/pIKjfx2BMMuXd2CjIcxE+UmW >> imo5wAv7GQfFLDtV5HSd91BWrUZe9rHcOU60gaV8qJQtNsOOC4C9YYP3jGE04Ns0 >> uN97bb0MqudoKPYisdiocR55W8KWl/2nsGEac5JCDsMmYAWC0GP2DYpL19Ey9rvr >> LH87m25yH4UbXHyP6PcIdZlsxyQ9OBBWtMFzQ8J9lZSer0hri/zOFQ=>> =Mrr5 >> -----END PGP SIGNATURE----- >> >> > > > > > >-- nigel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Allan Marcus
2009-Nov-04 22:19 UTC
[Puppet Users] Re: How can I tell what version of puppet is installed?
done Bug #2785 --- Thanks, Allan Marcus 505-667-5666 On Oct 30, 2009, at 9:30 AM, Nigel Kersten wrote:> > On Fri, Oct 30, 2009 at 8:16 AM, Allan Marcus <allan@lanl.gov> wrote: >> >> is the "rc1" or "rc2" stored anywhere in any of the puppet files? > > I''m not storing the changelog anywhere in the Mac packages, which > should probably get resolved. At least on Debian it will be available > vi zcatting /usr/share/doc/puppet/changelog.gz ? > > If you put a bug in Allan, I''ll modify the Puppet and Facter package > builder so that it copies the changelog to the same location on OS X ? > > I''m pretty sure the changelog will make it relatively obvious what the > state of the given payload was. > >> >> --- >> Thanks, >> >> Allan Marcus >> 505-667-5666 >> >> >> >> On Oct 29, 2009, at 5:07 PM, James Turnbull wrote: >> >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Allan Marcus wrote: >>>> puppetd --version >>>> >>>> will not return ''rc'' version. for example, it returns 0.25.1 for >>>> rc2. >>>> >>> >>> It doesn''t because of an issue we''ve had with Gems. Gems only >>> support versioning of x.y.z. which means we can''t return a version >>> with the rc or beta tag. >>> >>> I presume there is probably some way around it - parsing the >>> PUPPET_VERSION in some way - happy to take ideas and suggestions. >>> >>> Regards >>> >>> James Turnbull >>> >>> - -- >>> Author of: >>> * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) >>> * Pulling Strings with Puppet (http://tinyurl.com/pupbook) >>> * Pro Nagios 2.0 (http://tinyurl.com/pronagios) >>> * Hardening Linux (http://tinyurl.com/hardeninglinux) >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.4.7 (Darwin) >>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >>> >>> iQEVAwUBSuogFSFa/lDkFHAyAQIzKwgAue2d4MazDwNfkDXHECO9Gx4EbmoekUV8 >>> WC04fnzjI4VI3jFT479oa58TfKPg+beMWJKDT4g7RN/qzqqHPOLjGrAxjM9BuJyQ >>> PevW5IafZr/nTotKX32771CZT42xLEx4J/HMdn9/pIKjfx2BMMuXd2CjIcxE+UmW >>> imo5wAv7GQfFLDtV5HSd91BWrUZe9rHcOU60gaV8qJQtNsOOC4C9YYP3jGE04Ns0 >>> uN97bb0MqudoKPYisdiocR55W8KWl/2nsGEac5JCDsMmYAWC0GP2DYpL19Ey9rvr >>> LH87m25yH4UbXHyP6PcIdZlsxyQ9OBBWtMFzQ8J9lZSer0hri/zOFQ=>>> =Mrr5 >>> -----END PGP SIGNATURE----- >>> >>>> >> >> >>> >> > > > > -- > nigel > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---