Jira (PUP-1373) smtpserver should be specifiable port, HELO domain and SMTP AUTH parameters.

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1373



  smtpserver should be specifiable port, HELO domain and SMTP AUTH parameters. 










Issue Type:

  New Feature




Assignee:


 Unassigned




Created:


 06/Jan/14 12:36 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










Puppet Master's `smtpserver` configuration parameter can not speciy SMTP port, HELO domain and SMTP AUTH parameters. And, Message-Id should be set.
Here is a my quick hack:
 — puppet/defaults.rb.1 2010-10-02 10:08:57.0 +0900 +++ puppet/defaults.rb 2010-10-16 13:56:36.453437983 +0900 @@ -640,7 +640,12 @@ :sendmail = [%x {which sendmail 2/dev/null}
.chomp, Where to find the sendmail binary with which to send email.], :reportfrom = [report@ + [Facter[hostname].value, Facter[domain].value].join(.), The 'from' email address for the reports.],


:smtpserver = [none, The server through which to send email reports.] + :smtpserver = [none, The server through which to send email reports.], + :smtpport = [25, The smtp server's port.], + :smtphelo = [[Facter[hostname].value, Facter[domain].value].join(.), SMTP HELO domain.], + :smtpaccount = [none, SMTP AUTH account.], + :smtppassword = [none, SMTP AUTH password.], + :smtpauthtype = [none, SMTP AUTH type (plain or cram_md5).] ) setdefaults(



  

Jira (PDB-185) Acceptance tests fail when running the upgrade CI tests for 1.3.x

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Acceptance tests fail when running the upgrade CI tests for 1.3.x 










This will also apply for 1.5.x and 1.6.0 release.












   

 Add Comment

























 PuppetDB /  PDB-185



  Acceptance tests fail when running the upgrade CI tests for 1.3.x 







 Because the code currently assumed you want the latest published package, it won't work for 1.3.x, as it grabs 1.4.0 (at least at the time of writing this). So yeah, its not really an 'upgrade'.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-148) Support for puppet environments

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-148



  Support for puppet environments 










Change By:

 Kenneth Barber




Issue Type:

 Bug NewFeature












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-273) Change to puppet master branch has caused unit test failures for puppetdb terminus

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber created an issue


















 PuppetDB /  PDB-273



  Change to puppet master branch has caused unit test failures for puppetdb terminus 










Issue Type:

  Bug




Affects Versions:


 1.5.X




Assignee:

 Kenneth Barber




Created:


 06/Jan/14 6:49 AM




Fix Versions:


 1.5.X




Priority:

  Normal




Reporter:

 Kenneth Barber












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 

  

Jira (PDB-247) Fix Schema warning, replacing String and Number

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior commented on an issue


















  Re: Fix Schema warning, replacing String and Number 










This has been fixed in Schema master, but has not yet been released, upgrading after the release should fix our problem.












   

 Add Comment

























 PuppetDB /  PDB-247



  Fix Schema warning, replacing String and Number 







 Due to this issue: https://github.com/Prismatic/schema/issues/21 we're seeing warnings like:   WARNING: String already refers to: class java.lang.String in namespace: schema.core, being replaced by: #'schema.core/String  WARNING: Number already refers to: class java.lang.Number in namespace: schema.core, being replaced by: #'schema.core/Number   to stde...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-8) Fix PE-PuppetDB Acceptance Tests

2014-01-06 Thread Kenn Hussey (JIRA)
Title: Message Title










 

 Kenn Hussey assigned an issue to Branan Purvine-Riley


















 PuppetDB /  PDB-8



  Fix PE-PuppetDB Acceptance Tests 










Change By:

 Kenn Hussey




Assignee:

 QA BrananPurvine-Riley












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-88) Remove JDK 1.6 Support

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-88



  Remove JDK 1.6 Support 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140101to 20140108 to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-273) Change to puppet master branch has caused unit test failures for puppetdb terminus

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Change to puppet master branch has caused unit test failures for puppetdb terminus 










PR is here: https://github.com/puppetlabs/puppetdb/pull/786












   

 Add Comment

























 PuppetDB /  PDB-273



  Change to puppet master branch has caused unit test failures for puppetdb terminus 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (MCO-84) deprecate and remove flattened output

2014-01-06 Thread Pieter Loubser (JIRA)
Title: Message Title










 

 Pieter Loubser commented on an issue


















  Re: deprecate and remove flattened output 










To be removed in the next minor release.












   

 Add Comment

























 MCollective /  MCO-84



  deprecate and remove flattened output 







 the flattened output feature was available in earlier versions but not in the recent versions, am not sure why this feature is removed.  I found some code for this feature still remaining in the recent versions and i have tweaked it to get the feature back.  https://groups.google.com/forum/?fromgroups=#!topic/mcollective-users/N5Ed8j62ZkI   The details a...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (MCO-84) deprecate and remove flattened output

2014-01-06 Thread Pieter Loubser (JIRA)
Title: Message Title










 

 Pieter Loubser updated an issue


















 MCollective /  MCO-84



  deprecate and remove flattened output 










Change By:

 Pieter Loubser




Assignee:

 PieterLoubser RichardClamp












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-273) Change to puppet master branch has caused unit test failures for puppetdb terminus

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-273



  Change to puppet master branch has caused unit test failures for puppetdb terminus 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-79) Drop PostgreSQL 8.4 support

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-79



  Drop PostgreSQL  8.4 support 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140101to 20140108 to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-106) Report processor in puppetdb-terminus fails on failed reports / reports with no metrics

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-106



  Report processor in puppetdb-terminus fails on failed reports / reports with no metrics 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140101to 20140108 to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-128) Add JavaPackage versions of JDK to Debian/Ubuntu controlfile as a work-around for no JDK7 on squeeze/lucid

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-128



  Add JavaPackage versions of JDK to Debian/Ubuntu controlfile as a work-around for no JDK7 on squeeze/lucid 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140101to 20140108 to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-87) Review trapperkeeper PR when it is ready

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-87



  Review trapperkeeper PR when it is ready 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140101to 20140108 to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (MCO-144) mcollective-package-agent broken with Puppet 3.4

2014-01-06 Thread Richard Clamp (JIRA)
Title: Message Title










 

 Richard Clamp commented on an issue


















  Re: mcollective-package-agent broken with Puppet 3.4 










Released as mcollective-package-agent 4.2.1 - https://github.com/puppetlabs/mcollective-package-agent/releases/tag/4.2.1












   

 Add Comment

























 MCollective /  MCO-144



  mcollective-package-agent broken with Puppet 3.4 







 As per the thread on the list, the mcollective-package-agent fails when used with Puppet 3.4. The data structure that the provider methods return has changed slightly and we should update the agent to deal with this.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (FACT-188) Improve operatingsystemrelease detection for Ubuntu

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Facter /  FACT-188



  Improve operatingsystemrelease detection for Ubuntu 










Issue Type:

  Bug




Assignee:

 Eric Sorenson




Created:


 06/Jan/14 8:17 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










Right now we look at /etc/issue to determine operatingsystemrelease for Ubuntu, which should not be trusted. This is really just equivalent to the value of the lsbrelease fact, so we should just use that.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)

 

Jira (MCO-145) Remove flatten display option

2014-01-06 Thread Pieter Loubser (JIRA)
Title: Message Title










 

 Pieter Loubser created an issue


















 MCollective /  MCO-145



  Remove flatten display option 










Issue Type:

  Bug




Affects Versions:


 2.4.0




Assignee:


 Unassigned




Created:


 06/Jan/14 8:03 AM




Priority:

  Normal




Reporter:

 Pieter Loubser










MCO-84 adds deprecation warnings when using the :flatten display option. :flatten should be removed in the next minor release.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)


  

Jira (PDB-274) Write up blog for 1.6 release

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior created an issue


















 PuppetDB /  PDB-274



  Write up blog for 1.6 release 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 06/Jan/14 8:35 AM




Fix Versions:


 1.6.0




Priority:

  Normal




Reporter:

 Ryan Senior










Here's where we're keeping notes/stats for the release: https://docs.google.com/a/puppetlabs.com/document/d/1L5prIRdvclF7TG7SocA9P7FcnukBI4fOmJb_y9h5i8E/edit#












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)


  

Jira (PDB-228) PR (776): (#23422) Use JSON in terminus instead of PSON - dalen

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-228



  PR (776): (#23422) Use JSON in terminus instead of PSON - dalen 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-106) Report processor in puppetdb-terminus fails on failed reports / reports with no metrics

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-106



  Report processor in puppetdb-terminus fails on failed reports / reports with no metrics 










Change By:

 Kenneth Barber




Sprint:

 20131218to20140101, 20140108 20140101 to 20140115 20140108












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (MCO-100) MCollective doesn't work with the Stomp 1.3 gem

2014-01-06 Thread Richard Clamp (JIRA)
Title: Message Title










 

 Richard Clamp assigned an issue to Richard Clamp


















 MCollective /  MCO-100



  MCollective doesn't work with the Stomp 1.3 gem 










Change By:

 Richard Clamp




Assignee:

 PieterLoubser RichardClamp












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-266) Merge new tag into pe- fork

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Merge new tag into pe- fork 










Does this even apply to us? We don't have a pe- fork, and since this is only an RC ... there might be no activity required this time around.












   

 Add Comment

























 PuppetDB /  PDB-266



  Merge new tag into pe- fork 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-258) Is a redmine affected version and jira fix version created for the new version

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-258



  Is a redmine affected version and jira fix version created for the new version 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-266) Merge new tag into pe- fork

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Merge new tag into pe- fork 










Actually, my mistake we do have a fork, my mistake - I just wasn't aware of it.












   

 Add Comment

























 PuppetDB /  PDB-266



  Merge new tag into pe- fork 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (MCO-84) deprecate and remove flattened output

2014-01-06 Thread Pieter Loubser (JIRA)
Title: Message Title










 

 Pieter Loubser commented on an issue


















  Re: deprecate and remove flattened output 










https://github.com/puppetlabs/marionette-collective/pull/140












   

 Add Comment

























 MCollective /  MCO-84



  deprecate and remove flattened output 







 the flattened output feature was available in earlier versions but not in the recent versions, am not sure why this feature is removed.  I found some code for this feature still remaining in the recent versions and i have tweaked it to get the feature back.  https://groups.google.com/forum/?fromgroups=#!topic/mcollective-users/N5Ed8j62ZkI   The details a...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-275) Release 1.6.0 final

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior created an issue


















 PuppetDB /  PDB-275



  Release 1.6.0 final 










Issue Type:

  Task




Assignee:


 Unassigned




Created:


 06/Jan/14 9:08 AM




Fix Versions:


 1.6.0




Priority:

  Normal




Reporter:

 Ryan Senior










Parent ticket for releasing 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 
 

Jira (PDB-269) Update dujor for PuppetDB 1.6.0rc1

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-269



  Update dujor for PuppetDB 1.6.0rc1 










Change By:

 Kenneth Barber




Summary:

 Updatedujorfor PuppetDB 1.6.0rc1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-256) Is there a bug targeting at the release for every commit

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-256



  Is there a bug targeting at the release for every commit 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-256) Is there a bug targeting at the release for every commit

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber assigned an issue to Kenneth Barber


















 PuppetDB /  PDB-256



  Is there a bug targeting at the release for every commit 










Change By:

 Kenneth Barber




Assignee:

 KennethBarber












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-274) Write up blog for 1.6 release

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior updated an issue


















 PuppetDB /  PDB-274



  Write up blog for 1.6 release 










Change By:

 Ryan Senior




Issue Type:

 Task Sub-task




Parent:

 PDB-275












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-269) Update dujor for 1.6.0rc1

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-269



  Update dujor for 1.6.0rc1 










Change By:

 Kenneth Barber




Summary:

 Updatedujor for1.6.0rc1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-269) Update dujor for PuppetDB 1.6.0rc1

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-269



  Update dujor for PuppetDB 1.6.0rc1 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-269) Update dujor for PuppetDB 1.6.0rc1

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Update dujor for PuppetDB 1.6.0rc1 










I've asked Nick Lewis to look at this, since I can't recall how to do it myself. Deepak Giridharagopal you might be able to do this also. The trick here is the 'rc' bit, which is new, I'm not sure if this is going to cause issues with Dujour or not.












   

 Add Comment

























 PuppetDB /  PDB-269



  Update dujor for PuppetDB 1.6.0rc1 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-257) Is there a commit for every bug targeted at the release

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-257



  Is there a commit for every bug targeted at the release 










Change By:

 Kenneth Barber




Story Points:

 1




Assignee:

 KennethBarber












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-736) Encoding mis-matches cause package prefetching to fail

2014-01-06 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds assigned an issue to Rob Reynolds


















 Puppet /  PUP-736



  Encoding mis-matches cause package prefetching to fail 










Change By:

 Rob Reynolds




Assignee:

 RobReynolds












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-266) Merge new tag into pe- fork

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone commented on an issue


















  Re: Merge new tag into pe- fork 










No, you're right, Ken. The pe-puppetdb fork isn't quite ready yet, but I opened this because I wanted to check with Moses Mendoza to make sure we don't need to do this, and also to make sure people are aware that this hopefully will be necessary next time (since most likely we'll clone this ticket for the next release)












   

 Add Comment

























 PuppetDB /  PDB-266



  Merge new tag into pe- fork 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-275) Release 1.6.0 final

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior updated an issue


















 PuppetDB /  PDB-275



  Release 1.6.0 final 










Change By:

 Ryan Senior




Sprint:

 20140108to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-274) Write up blog for 1.6 release

2014-01-06 Thread Ryan Senior (JIRA)
Title: Message Title










 

 Ryan Senior updated an issue


















 PuppetDB /  PDB-274



  Write up blog for 1.6 release 










Change By:

 Ryan Senior




Sprint:

 20140108to20140115












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-276) Update downloads page

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone created an issue


















 PuppetDB /  PDB-276



  Update downloads page 










Issue Type:

  Sub-task




Assignee:


 Unassigned




Created:


 06/Jan/14 10:01 AM




Priority:

  Normal




Reporter:

 Melissa Stone










This requires drupal access












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and 

Jira (PDB-259) Prepare announcement

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone assigned an issue to Unassigned


















 PuppetDB /  PDB-259



  Prepare announcement 










Change By:

 Melissa Stone




Assignee:

 RyanMcKern












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-266) Merge new tag into pe- fork

2014-01-06 Thread Moses Mendoza (JIRA)
Title: Message Title










 

 Moses Mendoza commented on an issue


















  Re: Merge new tag into pe- fork 










Kenneth Barber Melissa Stone the pe-puppetdb is ready in that is now the source of the pe-puppetdb packages in PE. We build from that repo. We can wait to merge the FOSS 1.6.0 tag into the 3.2.x branch of pe-puppetdb until FOSS 1.6.0 goes final. The 3.2.x branch of pe-puppetdb was originally created off of the 1.5.x branch of pe-puppetdb at commit 20fe57aedec8e91c36fb252db73d201089408dee. The master branch of pe-puppetdb was created off of the master branch of puppetdb, but I think this was a mistake on my part as we're not using master branches in the PE repos commonly, only the PE-version branches. Kenneth Barber my apologies for not being louder about the creation of this fork, I was under the assumption that this had already been communicated through various channels, but I may have been mistaken.












   

 Add Comment

























 PuppetDB /  PDB-266



  Merge new tag into pe- fork 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-251) PR (110): Support rspec-puppet v1.0.0 - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-251



  PR (110): Support rspec-puppet v1.0.0 - kbarber 










Change By:

 Kenneth Barber




Component/s:

 Module












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-270) PR (783): Update documentation headers for 1.6.x - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-270



  PR (783): Update documentation headers for 1.6.x - kbarber 










Change By:

 Kenneth Barber




Affects Version/s:

 1.6.0




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-243) PR (779): Remove illegal keys from fact payload - grimradical

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-243



  PR (779): Remove illegal keys from fact payload - grimradical 










Change By:

 Kenneth Barber




Affects Version/s:

 1.6.0




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-672) Informational certificate extensions should be exposed inside the Puppet DSL

2014-01-06 Thread Joshua Partlow (JIRA)
Title: Message Title










 

 Joshua Partlow commented on an issue


















  Re: Informational certificate extensions should be exposed inside the Puppet DSL 










external ca failures fix merged in 2a883c2, waiting on ci now.












   

 Add Comment

























 Puppet /  PUP-672



  Informational certificate extensions should be exposed inside the Puppet DSL 







 Additional information may be encoded in certificate extensions, and when present should be available in the Puppet DSL. Certificate extensions in a specific subtree of an OID should be parsed out in some manner and exposed in some manner, in a specific namespace that indicates that the information is encoded in the certificate itself.   The OID subtree ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-242) PuppetDB fact terminus code should only include name/values

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: PuppetDB fact terminus code should only include name/values 










This was merged here: https://github.com/puppetlabs/puppetdb/commit/8416c3ccec6dd1509b056644117681f6bd585ef2












   

 Add Comment

























 PuppetDB /  PDB-242



  PuppetDB fact terminus code should only include name/values 







 Currently extra fields from the Puppet facts object is being serialized and sent to PuppetDB. Specifically Schema cause a timestamp field and an expiration field in storage.clj. name/values are the only two fields specified in the wire format, so we should limit the message to only including those.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-245) PR (109): Support rspec-puppet v1.0.0 - ghoneycutt

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-245



  PR (109): Support rspec-puppet v1.0.0 - ghoneycutt 










Change By:

 Kenneth Barber




Component/s:

 Module












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-248) PR (781): Update changelog for 1.6.0 - grimradical

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-248



  PR (781): Update changelog for 1.6.0 - grimradical 










Change By:

 Kenneth Barber




Affects Version/s:

 1.6.0




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-242) PuppetDB fact terminus code should only include name/values

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-242



  PuppetDB fact terminus code should only include name/values 










Change By:

 Kenneth Barber




Affects Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-259) Prepare announcement

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Prepare announcement 










Our announcements are pretty straight forward, here is the format we've followed in the past: https://groups.google.com/forum/#!topic/puppet-announce/jr_nQw5h_lg
Really its just a matter of putting the changelog into an email like that or something. Not much to it. The changelog is already in essence done, so I'm not sure what else is involved here beyond putting the email together and sending it when the time comes.












   

 Add Comment

























 PuppetDB /  PDB-259



  Prepare announcement 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-266) Merge new tag into pe- fork

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Merge new tag into pe- fork 










Moses Mendoza no stress, all makes sense to me.












   

 Add Comment

























 PuppetDB /  PDB-266



  Merge new tag into pe- fork 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (FACT-189) LXC Container support

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Facter /  FACT-189



  LXC Container support 










Issue Type:

  New Feature




Assignee:

 Eric Sorenson




Created:


 06/Jan/14 10:43 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










The virtual fact for facter should support lxc containers.
For more information about lxc: http://lxc.sourceforge.net/
We can detect an running lxc master system, if /cgroup is mounted on the system.












   

 Add Comment






















 This message was sent by Atlassian 

Jira (PDB-277) Announce release

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone created an issue


















 PuppetDB /  PDB-277



  Announce release 










Issue Type:

  Sub-task




Assignee:


 Unassigned




Created:


 06/Jan/14 10:45 AM




Priority:

  Normal




Reporter:

 Melissa Stone










Send release email, and PSA on #puppet












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this 

Jira (PUP-1375) Quadruple slashes in puppet:// URIs refer to the current module.

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1375



  Quadruple slashes in puppet:// URIs refer to the current module. 










Issue Type:

  New Feature




Assignee:


 Unassigned




Created:


 06/Jan/14 10:48 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










pre class foo { file  { /etc/foo/foo.conf: source = puppet:foo.conf, }
} /pre
and this would expand to:  pre puppet://$servername/$modulename/foo.conf /pre
This would make modules even more portable and save me a lot of typing. 
I'd understand if this got rejected though. It's a bit ugly.












   

 Add Comment












   

Jira (PDB-276) Update downloads page

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone commented on an issue


















  Re: Update downloads page 










 puppetlabs.com/misc/download-options












   

 Add Comment

























 PuppetDB /  PDB-276



  Update downloads page 







 This requires drupal access















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-276) Update downloads page

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone assigned an issue to Melissa Stone


















 PuppetDB /  PDB-276



  Update downloads page 










Change By:

 Melissa Stone




Assignee:

 MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-259) Prepare announcement

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone commented on an issue


















  Re: Prepare announcement 










Here's the hiera rc release email, if you wanted to see how we've been doing release emails for other projects: https://groups.google.com/forum/#!searchin/puppet-users/announce%7Csort:date/puppet-users/Cgme_ONIBpc/b74pwQIXgX8J
rc emails are sent to puppet-users and puppet-dev, final release emails are sent to puppet-users, puppet-dev, and puppet-announce












   

 Add Comment

























 PuppetDB /  PDB-259



  Prepare announcement 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-107) PuppetDB must accept CA certificate chains

2014-01-06 Thread Jascha Lee (JIRA)
Title: Message Title










 

 Jascha Lee updated an issue


















 PuppetDB /  PDB-107



  PuppetDB must accept CA certificate chains 










Exception thrown by /usr/sbin/puppetdb-foreground --debug when agent runs when puppetdb's ca.pem has multiple certs. 










Change By:

 Jascha Lee




Attachment:

 puppetdb.txt












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-107) PuppetDB must accept CA certificate chains

2014-01-06 Thread Jascha Lee (JIRA)
Title: Message Title










 

 Jascha Lee commented on an issue


















  Re: PuppetDB must accept CA certificate chains 










Agent outputs:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for sp01.en1.company.com to PuppetDB at sp01.en1.company.com:3274: Connection refused - connect(2)
puppetdb exception in the attached file:
In the puppetdb log, the following exception is written:
2013-12-31 23:56:27,080 WARN [qtp2125787399-47] [io.nio] javax.net.ssl.SSLHandshakeException: General SSLEngine problem












   

 Add Comment

























 PuppetDB /  PDB-107



  PuppetDB must accept CA certificate chains 







 We are using puppet with external CA and we are trying introduce PuppetDB.   We have the following CA chain: ROOT CA - Intermediate CA - node certs  (configured according to http://docs.puppetlabs.com/puppet/3/reference/config_ssl_external_ca.html#option-2-single-intermediate-ca)   When we run the agent, we get the following error: [unable to get ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 







Jira (PDB-229) Spaces in PuppetDB install directories causes CLI commands to fail

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-229



  Spaces in PuppetDB install directories causes CLI commands to fail 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-229) Spaces in PuppetDB install directories causes CLI commands to fail

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Spaces in PuppetDB install directories causes CLI commands to fail 










Fixed here: https://github.com/puppetlabs/puppetdb/commit/8fd1a7fbade33087e44d9a598fdf74d0dca4e2b3












   

 Add Comment

























 PuppetDB /  PDB-229



  Spaces in PuppetDB install directories causes CLI commands to fail 







 Clojure's tools.namespace has a bug that makes it unable to find namespaces when the classpath entry contains a space. In PuppetDB this manifested itself as not being able to find any commands.   This bug will only affect users that have taken a tarball or source type of install and put it where a parent directory had a space.   This issue was hit on o...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1310) Go/no-go meeting

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1310



  Go/no-go meeting 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1313) Merge 3.4.0 into pe-puppet

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1313



  Merge 3.4.0 into pe-puppet 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1315) Close merged pending release tickets in redmine and Resolved ticket jira

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1315



  Close merged pending release tickets in redmine and Resolved ticket jira 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1311) Docs pushed

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Justin Holguin


















 Puppet /  PUP-1311



  Docs pushed 










Change By:

 Kylo Ginsberg




Assignee:

 NicholasFagerlund JustinHolguin












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1314) Updates the downloads page

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1314



  Updates the downloads page 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1308) Create packages

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1308



  Create packages 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1306) Tag the release

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1306



  Tag the release 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-225) PR (774): (maint) Add fedora 20 to mock list - melissaanne

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-225



  PR (774): (maint) Add fedora 20 to mock list - melissaanne 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1312) Packages pushed

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1312



  Packages pushed 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1300) Start 3.4.2 Final - Jan 6, 2014

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Kylo Ginsberg


















 Puppet /  PUP-1300



  Start 3.4.2 Final - Jan 6, 2014 










Change By:

 Kylo Ginsberg




Assignee:

 KyloGinsberg












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-122) PR (768): (packaging)(#21631) Update packaging to use Java 1.7 as the default - shrug

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-122



  PR (768): (packaging)(#21631) Update packaging to use Java 1.7 as the default - shrug 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-120) PR (767): This patch allows us to use the latest 1.x version of beaker - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-120



  PR (767): This patch allows us to use the latest 1.x version of beaker - kbarber 










Change By:

 Kenneth Barber




Fix Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-226) PR (775): Remove unused `test:package` rake task - cprice404

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-226



  PR (775): Remove unused `test:package` rake task - cprice404 










Change By:

 Kenneth Barber




Affects Version/s:

 1.6.0




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-126) Command exceptions swallowed on retry

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-126



  Command exceptions swallowed on retry 










Change By:

 Kenneth Barber




Affects Version/s:

 1.5.X




Fix Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-116) PR (764): Run gem install of activerecord with greater verbosity - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-116



  PR (764): Run gem install of activerecord with greater verbosity - kbarber 










Change By:

 Kenneth Barber




Fix Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1305) Prepare puppet-announcement

2014-01-06 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg assigned an issue to Melissa Stone


















 Puppet /  PUP-1305



  Prepare puppet-announcement 










Change By:

 Kylo Ginsberg




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-118) PR (766): Always ensure we ntp synchronise our test vms - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-118



  PR (766): Always ensure we ntp synchronise our test vms - kbarber 










Change By:

 Kenneth Barber




Fix Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-119) SSL Issues with java-1.6.0

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-119



  SSL Issues with java-1.6.0 










Change By:

 Kenneth Barber




Affects Version/s:

 1.5.X




Fix Version/s:

 1.5.X




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-103) PR (759): WIP - Using Prismatic Schema for validating/defaulting/converting user config - senior

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-103



  PR (759): WIP - Using Prismatic Schema for validating/defaulting/converting user config - senior 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-104) PR (760): Add leinengen pedantic flag - cprice404

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-104



  PR (760): Add leinengen pedantic flag - cprice404 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1376) Allow exclusion in tags specified on the command line

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1376



  Allow exclusion in tags specified on the command line 










Issue Type:

  New Feature




Assignee:


 Unassigned




Created:


 06/Jan/14 11:41 AM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










Tags should allow exclusions, i.e. all,!test That's probably the most common case you would want to use tags, so that rather than tagging everything as production, you can just tag those items you are playing with.












   

 Add Comment






















 This message was sent by 

Jira (PDB-114) PR (762): Fix reference to configure-logging! function - kbarber

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-114



  PR (762): Fix reference to configure-logging! function - kbarber 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-94) Catalog wire format links broken on the catalog API page

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-94



  Catalog wire format links broken on the catalog API page 










Change By:

 Kenneth Barber




Fix Version/s:

 1.5.X












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-254) Improve benchmark to mutate resources and add/mutate edges

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-254



  Improve benchmark to mutate resources and add/mutate edges 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0




Fix Version/s:

 2.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-254) Improve benchmark to mutate resources and add/mutate edges

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber commented on an issue


















  Re: Improve benchmark to mutate resources and add/mutate edges 










Changing to a 2.0 target, since this is aimed at master.












   

 Add Comment

























 PuppetDB /  PDB-254



  Improve benchmark to mutate resources and add/mutate edges 







 Currently when benchmark mutates a catalog, it only adds a single resource. To get some better statistics around the performance improvements of 1.6, benchmark should also be able to mutate a resource and add/mutate an edge.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-271) Update 1.5.x and 1.6.x docs

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-271



  Update 1.5.x and 1.6.x docs 










Change By:

 Kenneth Barber




Fix Version/s:

 1.6.0




Fix Version/s:

 1.6.x












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-255) Are tests passing (spec, acceptance, all platforms)

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber updated an issue


















 PuppetDB /  PDB-255



  Are tests passing (spec, acceptance, all platforms) 










Change By:

 Kenneth Barber




Story Points:

 1












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PDB-259) Prepare announcement

2014-01-06 Thread Kenneth Barber (JIRA)
Title: Message Title










 

 Kenneth Barber assigned an issue to Kenneth Barber


















 PuppetDB /  PDB-259



  Prepare announcement 










Change By:

 Kenneth Barber




Assignee:

 KennethBarber












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-736) Encoding mis-matches cause package prefetching to fail

2014-01-06 Thread Charlie Sharpsteen (JIRA)
Title: Message Title










 

 Charlie Sharpsteen updated an issue


















 Puppet /  PUP-736



  Encoding mis-matches cause package prefetching to fail 










Copied over test packages for rpm and dpkg. These packages install a silly script to /usr/bin/more_cowbell and contain UTF-8 descriptions:



With apologies to Blue yster Cult.













Change By:

 Charlie Sharpsteen




Attachment:

 more-cowbell_1.0_all.deb




Attachment:

 more_cowbell-1.0-1.noarch.rpm












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more 

Jira (PUP-1377) Allow different database configurations per environment

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1377



  Allow different database configurations per environment 










Issue Type:

  New Feature




Assignee:


 Unassigned




Created:


 06/Jan/14 12:27 PM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










I have a database for stored configurations, and all my puppeteers (puppetmasters local to a network segment) have access to speak to that database. When I do my staging runs --noop, however, resources are exported that get collected by production runs.
This kind of pollution is extremely dangerous, as stored configurations are the only mechanism we currently have for nodes to communicate configuration status to other nodes. It is highly terrifying to see a front-end server start serving requests to a back-end server that only ever went through a --noop configuration run.
I tried putting a dbname = staging in my [staging] stanza, but it appears that I can't have different environments speaking to different databases (even on the same server!). It would be extremely helpful if this were possible.












   

 Add Comment
   

Jira (PUP-736) Encoding mis-matches cause package prefetching to fail

2014-01-06 Thread Charlie Sharpsteen (JIRA)
Title: Message Title










 

 Charlie Sharpsteen commented on an issue


















  Re: Encoding mis-matches cause package prefetching to fail 










Also, here is a link to a gist containing a quick script that builds the attached packages for rpm and dpkg:
https://gist.github.com/Sharpie/8289867
Simply clone the gist and run rake. You will need to have rpm and dpkg installed and available on the command line in addition to the rake and bundler gems.












   

 Add Comment

























 Puppet /  PUP-736



  Encoding mis-matches cause package prefetching to fail 







 One of our RPM packages has some UTF-8 characters in its description, leading to an exception (Error: Could not prefetch package provider 'yum': invalid byte sequence in US-ASCII) in rpm.rb, causing no packages to be upgraded as the yumhelper.py invocation code raises that error.   Priority=High because it breaks file { ensure = latest; }.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an 

Jira (FACT-161) PR (577): Facter 2 output formatting - adrienthebo

2014-01-06 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (577): Facter 2 output formatting - adrienthebo 










Pull request Facter 2 output formatting has been closed.












   

 Add Comment

























 Facter /  FACT-161



  PR (577): Facter 2 output formatting - adrienthebo 







 h2. Facter 2 output formatting  * Author: Adrien Thebo git+git...@somethingsinistral.net * Company: Puppet Labs * Github ID: [adrienthebo|https://github.com/adrienthebo] * [Pull Request 577 Discussion|https://github.com/puppetlabs/facter/pull/577] * [Pull Request 577 File Diff|https://github.com/puppetlabs/facter/pull/577/files]  h2. Pull Request D...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (FACT-161) PR (577): Facter 2 output formatting - adrienthebo

2014-01-06 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (577): Facter 2 output formatting - adrienthebo 










kylog commented:
For now, I'd vote for keeping the default plaintext and let people choose --yaml or --json to suit their needs.
But regardless, this PR looks good, and will make it easier to switch the default around if we so choose.












   

 Add Comment

























 Facter /  FACT-161



  PR (577): Facter 2 output formatting - adrienthebo 







 h2. Facter 2 output formatting  * Author: Adrien Thebo git+git...@somethingsinistral.net * Company: Puppet Labs * Github ID: [adrienthebo|https://github.com/adrienthebo] * [Pull Request 577 Discussion|https://github.com/puppetlabs/facter/pull/577] * [Pull Request 577 File Diff|https://github.com/puppetlabs/facter/pull/577/files]  h2. Pull Request D...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, 

Jira (PDB-261) Create packages

2014-01-06 Thread Melissa Stone (JIRA)
Title: Message Title










 

 Melissa Stone assigned an issue to Melissa Stone


















 PuppetDB /  PDB-261



  Create packages 










Change By:

 Melissa Stone




Assignee:

 RyanMcKern MelissaStone












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-1311) Docs pushed

2014-01-06 Thread Justin Holguin (JIRA)
Title: Message Title










 

 Justin Holguin commented on an issue


















  Re: Docs pushed 










Merged: https://github.com/puppetlabs/puppet-docs/commit/57319cf1042e4fd2c8bee08ec0c0613cc146d2f2












   

 Add Comment

























 Puppet /  PUP-1311



  Docs pushed 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Jira (PUP-724) Could not autoload puppet /util /instrumentation /listeners /log

2014-01-06 Thread Joshua Partlow (JIRA)
Title: Message Title










 

 Joshua Partlow commented on an issue


















  Re: Could not autoload puppet /util /instrumentation /listeners /log 










So the steps to reproduce a failure in the lib/puppet/util/instrumentation/listeners/log.rb autoloading are as follows:
With a running master, set up a non-daemonized agent to run and note it's PID. Then `touch puppet/util/instrumentation/listeners/log.rb`, and then issue a `kill -s SIGUSR1  {agent.pid}
` so that the agent does another run. This should fail with:



Error: Could not autoload puppet/util/instrumentation/listeners/log: Class Log is already defined in P
uppet::Util::Instrumentation
Error: Failed to apply catalog: Could not autoload puppet/util/instrumentation/listeners/log: Class Lo
g is already defined in Puppet::Util::Instrumentation
/home/jpartlow/work/puppet/lib/puppet/agent.rb:84:in `exit': no implicit conversion from nil to intege
r (TypeError)
from /home/jpartlow/work/puppet/lib/puppet/agent.rb:84:in `block in run_in_fork'



With the patched code, you should be able to verify that nsec changes are not being checked as follows. Assuming you have an ext4 filesystem which notes nsecs, kill and restart the puppet agent. You can then touch just the nsecs of the file, using `stat --format --mtime: %y' to see the full timestamp, and `touch -t MMDDHHMM.SS` to truncate it to just the current seconds. Then pinging the agent to rerun with a SIGUSR1 should not fail, as nsecs should be ignored by the patched puppet agent.












   

 Add Comment

























 Puppet /  PUP-724



  Could not autoload puppet /util /instrumentation /listeners /log 














 This message was sent by 

Jira (PUP-1378) exec does not set $HOME when specifying a user

2014-01-06 Thread redmine.exporter (JIRA)
Title: Message Title










 

 redmine.exporter created an issue


















 Puppet /  PUP-1378



  exec does not set $HOME when specifying a user 










Issue Type:

  Bug




Assignee:


 Unassigned




Created:


 06/Jan/14 2:26 PM




Labels:


 redmine




Priority:

  Normal




Reporter:

 redmine.exporter










Some programs, like subversion, use $HOME to find their preferences. The fact that puppet does not set $HOME when using the 'user' option should probably be documented in the  about this option. Using puppet 2.7.21












   

 Add Comment






















 This message was sent by Atlassian JIRA 

Jira (PUP-1274) PR (2201): PE-2123 Do not fail hard on unparseable files - fhrbek

2014-01-06 Thread gepetto-bot (JIRA)
Title: Message Title










 

 gepetto-bot commented on an issue


















  Re: PR (2201): PE-2123 Do not fail hard on unparseable files - fhrbek 










kylog commented:
Okay, one more bookkeeping thing: can you amend the commit message to reference PUP-1322. That helps a lot with release-time tracking of issues fixed, etc. Thanks!












   

 Add Comment

























 Puppet /  PUP-1274



  PR (2201): PE-2123 Do not fail hard on unparseable files - fhrbek 







 h2. PE-2123 Do not fail hard on unparseable files  * Author: Filip Hrbek filip.hr...@gmail.com * Company:  * Github ID: [fhrbek|https://github.com/fhrbek] * [Pull Request 2201 Discussion|https://github.com/puppetlabs/puppet/pull/2201] * [Pull Request 2201 File Diff|https://github.com/puppetlabs/puppet/pull/2201/files]  h2. Pull Request Description ...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

  1   2   >