John Warburton
2011-Jan-31 23:58 UTC
[Puppet Users] Anyone using config_version successfully?
I have tried to use config_version and failed due to limitations in the way I would like to use it: - http://projects.puppetlabs.com/issues/3692 - http://projects.puppetlabs.com/issues/4845 - http://projects.puppetlabs.com/issues/5404 As part of http://projects.puppetlabs.com/issues/3692, we''d like to get a handle on who in the puppet community is using config_version successfully as it stands Thanks John -- 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.
Glenn Poston
2012-Aug-24 01:01 UTC
[Puppet Users] Re: Anyone using config_version successfully?
I second this. I would prefer this config_version to update at compile time with each client request. On Monday, January 31, 2011 6:58:29 PM UTC-5, John Warburton wrote:> > I have tried to use config_version and failed due to limitations in the > way I would like to use it: > - http://projects.puppetlabs.com/issues/3692 > - http://projects.puppetlabs.com/issues/4845 > - http://projects.puppetlabs.com/issues/5404 > > As part of http://projects.puppetlabs.com/issues/3692, we''d like to get a > handle on who in the puppet community is using config_version successfully > as it stands > > Thanks > > John >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Ax9NP8llTScJ. 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.
Stephen Gran
2012-Aug-24 07:04 UTC
Re: [Puppet Users] Re: Anyone using config_version successfully?
Hi, On Thu, 2012-08-23 at 18:01 -0700, Glenn Poston wrote:> I second this. I would prefer this config_version to update at > compile time with each client request. > > On Monday, January 31, 2011 6:58:29 PM UTC-5, John Warburton wrote: > I have tried to use config_version and failed due to > limitations in the way I would like to use it: > - http://projects.puppetlabs.com/issues/3692 > - http://projects.puppetlabs.com/issues/4845 > - http://projects.puppetlabs.com/issues/5404 > > As part of http://projects.puppetlabs.com/issues/3692, we''d > like to get a handle on who in the puppet community is using > config_version successfully as it standsWe''re using it pretty happily. We just have: config_version = cat $vardir/manifests/.version And that file is updated with the short hash of the commit when we sync the repo to the master. It''s not really hugely important, of course, but it''s nice to know when you''re forcing a run on a node that you''re getting the revision you''ve just committed. Cheers, -- Stephen Gran Senior Systems Integrator - guardian.co.uk Please consider the environment before printing this email. ------------------------------------------------------------------ Visit guardian.co.uk - newspaper of the year www.guardian.co.uk www.observer.co.uk www.guardiannews.com On your mobile, visit m.guardian.co.uk or download the Guardian iPhone app www.guardian.co.uk/iphone and iPad edition www.guardian.co.uk/iPad Save up to 37% by subscribing to the Guardian and Observer - choose the papers you want and get full digital access. Visit guardian.co.uk/subscribe --------------------------------------------------------------------- This e-mail and all attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender and delete the e-mail and all attachments immediately. Do not disclose the contents to another person. You may not use the information for any purpose, or store, or copy, it in any way. Guardian News & Media Limited is not liable for any computer viruses or other material transmitted with or as part of this e-mail. You should employ virus checking software. Guardian News & Media Limited A member of Guardian Media Group plc Registered Office PO Box 68164 Kings Place 90 York Way London N1P 2AP Registered in England Number 908396 -- 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.
R.I.Pienaar
2012-Aug-24 10:26 UTC
Re: [Puppet Users] Re: Anyone using config_version successfully?
----- Original Message -----> From: "Glenn Poston" <gposton1040@gmail.com> > To: puppet-users@googlegroups.com > Sent: Friday, August 24, 2012 2:01:59 AM > Subject: [Puppet Users] Re: Anyone using config_version successfully? > > I second this. I would prefer this config_version to update at > compile time with each client request. > > On Monday, January 31, 2011 6:58:29 PM UTC-5, John Warburton wrote: > > I have tried to use config_version and failed due to limitations in > the way I would like to use it: > - http://projects.puppetlabs.com/issues/3692 > - http://projects.puppetlabs.com/issues/4845 > - http://projects.puppetlabs.com/issues/5404 > > As part of http://projects.puppetlabs.com/issues/3692 , we''d like to > get a handle on who in the puppet community is using config_version > successfully as it stands+1, you can hack around it by doing ''touch site.pp'' on each git update but thats nasty, the design of this feature is just wrong. -- 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.