Jira (PUP-3785) Override does not work with interpolation

2015-03-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith commented on  PUP-3785 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Override does not work with interpolation  
 
 
 
 
 
 
 
 
 
 
Nothing more needs to be done here. Confirmed the behavior of the hiera function in Puppet supports override when using interpolation. Following the example provided in 

HI-304
, {{puppet apply -e notify  { hiera('foo', '', 'common'): } 
}} provides an override and returns the interpolated value correctly. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4230) File resources with ensure=absent do not have hashes logged after being filebucketed

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young commented on  PUP-4230 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: File resources with ensure=absent do not have hashes logged after being filebucketed  
 
 
 
 
 
 
 
 
 
 
This should be pretty easy to fix by modifying the change_to_s function in the file type's ensure code. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4070 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 
 
verified on ubuntu14.04 at same SHAs: 
 
 
 
 
 
 
root@dl6jty7z7b1yyvn:/opt/puppet-git-repos/hiera# puppet apply -e 'notice(lookup(deep,Struct[{'erict'=Struct[{'tag'=String, 'first'=String, 'second'=String, 'third'=String, 'fourth'=String}]}],{strategy = 'deep'}))' 
 
 
 
 
Notice: Scope(Class[main]): {erict = {tag = defaults, first = one, second = two, third = three, fourth = four}} 
 
 
 
 
Notice: Compiled catalog for dl6jty7z7b1yyvn.delivery.puppetlabs.net in environment production in 0.40 seconds 
 
 
 
 
Notice: Applied catalog in 0.01 seconds 
 
 
 
 
root@dl6jty7z7b1yyvn:/opt/puppet-git-repos/hiera# puppet apply -e 'notice(lookup(deep,Struct[{'erict'=Struct[{'tag'=String, 'third'=String, 'fourth'=String}]}],{strategy = 'hash'}))' 
 
 
 
 
Notice: Scope(Class[main]): {erict = {tag = defaults, third = three, fourth = four}} 
 
 
 
 
Notice: Compiled catalog for dl6jty7z7b1yyvn.delivery.puppetlabs.net in environment production in 0.38 seconds 
 
 
 
 
Notice: Applied catalog in 0.01 seconds
 
 
 
 
 
 
 
  

Jira (PUP-4230) File resources with ensure=absent do not have hashes logged after being filebucketed

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young commented on  PUP-4230 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: File resources with ensure=absent do not have hashes logged after being filebucketed  
 
 
 
 
 
 
 
 
 
 
So, after looking some more at `change_to_s`, I have determined that this is actually a fair bit more complicated than I initially thought it was, due to the fact that `change_to_s` runs after the file resource has already been removed from the filesystem. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4226) Packages pushed

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4226 
 
 
 
  Packages pushed  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Matthaus Owens 
 
 
 

Created:
 

 2015/03/16 2:12 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Push packages 
 

run `rake pl:jenkins:uber_ship`
 

You will need the keys to the castle (aka the passphrase) for this to work.
 

Don't forget to make sure everything looks like it's in the correct folder, the pkgs dir has been cleared out, and that you are shipping for all expected platforms.
 

Get a second set of RelEng eyes on the packages that are about to be shipped to make sure everything looks a-okay.
 

If you're shipping a gem you need to make sure you have a rubygems account, are an owner of that project, and have a gem config file.
 

If you're shipping puppet you need to sign the MSI file for Windows. This is a manual process and the ship task doesn't ship or build the msi so talk to Moses or Haus for more details. This file also needs to be manually signed.
 
 
Dependencies: 
 

Jira (PUP-4227) Docs pushed

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4227 
 
 
 
  Docs pushed  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Nicholas Fagerlund 
 
 
 

Created:
 

 2015/03/16 2:12 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Push the documentation updates to docs.puppetlabs.com. 
Dependencies: 
 

Go / No Go meeting (Status - Ship it!)
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 

Jira (PUP-4229) Close all resolved tickets in Jira

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4229 
 
 
 
  Close all resolved tickets in Jira  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:13 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Close any tickets that have been resolved for the release. 
https://tickets.puppetlabs.com/issues/?jql=project%20%3D%20PUP%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%20%220.9.0%22%20AND%20status%20%3D%20Resolved 
There is a bulk edit at the top (a gear with the word Tools). Should you decide to take this route: 
 

Select Bulk Change - All # issues
 

Step 1 - choose all relevant issues (likely all of them)
 

Step 2 - Select Transition Issues
 

Step 3 - Select Closed
 

Step 4 - Select Fixed in Change Resolution.
 

View what is about to change and confirm it. Then commit the change.
 
 
Dependencies: 
 


Jira (PUP-4123) Add infrastructure for a MigrationChecker

2015-03-16 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4123 
 
 
 
  Add infrastructure for a MigrationChecker  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Issue Type:
 
 Sub-task NewFeature 
 
 
 

Parent:
 
 PUP-4121 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4222) Tag the release and create packages

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens commented on  PUP-4222 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Tag the release and create packages  
 
 
 
 
 
 
 
 
 
 
0.9.0 has been tagged (890a4a29148a3ae2997cb1cf2cefd329e6badf3d), and jenkins is building an el7 package (https://jenkins.puppetlabs.com/view/All%20in%20One%20Agent/view/Puppet%20Agent%20Release/job/platform_aio-suite_pkg-build_aardwolf/207/) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (FACT-830) xendomains returning empty on debian hosts

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone assigned an issue to Ricardo Melo 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-830 
 
 
 
  xendomains returning empty on debian hosts  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Assignee:
 
 EricSorenson RicardoMelo 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3618) Include pkgng provider for FreeBSD

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone assigned an issue to Zach Leslie 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3618 
 
 
 
  Include pkgng provider for FreeBSD  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Assignee:
 
 ZachLeslie 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1302) implement a sane consistent policy around querying deactivated nodes

2015-03-16 Thread Wyatt Alt (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wyatt Alt created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1302 
 
 
 
  implement a sane  consistent policy around querying deactivated nodes  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 5:03 PM 
 
 
 

Fix Versions:
 

 PDB 3.0.0 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Wyatt Alt 
 
 
 
 
 
 
 
 
 
 
Currently some of our endpoints return results for deactivated nodes, and some do not. This can be seen in the http namespaces where restrict-query-to-active-nodes is used. 
This will cause issues with syncing for the factsets endpoint, since it excludes deactivated nodes but reports and catalogs do not. In the factsets case we should probably remove the restriction. 
I'd be in favor of removing it everywhere and allowing users to get the same effect with a select_nodes subquery, but we should collectively decide on a plan. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 

Jira (PUP-4194) Puppet's logdir permissions prevent puppetserver service start

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens commented on  PUP-4194 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet's logdir permissions prevent puppetserver service start  
 
 
 
 
 
 
 
 
 
 
@jeff I agree that we would want to update the perms on /var/log/puppetlabs/puppet to 750 in packaging to match defaults.rb. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3785) Override does not work with interpolation

2015-03-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3785 
 
 
 
  Override does not work with interpolation  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Component/s:
 
 Community 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1297) Ensure acceptance tests work with Puppet 4

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1297 
 
 
 
  Ensure acceptance tests work with Puppet 4  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-04-08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4196) agent command line options ignored running under systemd

2015-03-16 Thread Steve Traylen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Traylen commented on  PUP-4196 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: agent command line options ignored running under systemd  
 
 
 
 
 
 
 
 
 
 
Forking the service does avoid the problem for sure but there are benefits to leaving it as a simple. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4191) Custom gem provider does not issue the right command to uninstall gem

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4191 
 
 
 
  Custom gem provider does not issue the right command to uninstall gem  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Sprint:
 
 RE2015-03-25 
 
 
 

Story Points:
 
 3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1299) Evaluate the usefulness of the fact_values float and integer indexes

2015-03-16 Thread Rob Browning (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Browning created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1299 
 
 
 
  Evaluate the usefulness of the fact_values float and integer indexes  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 9:34 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Rob Browning 
 
 
 
 
 
 
 
 
 
 
Check to make sure that these indexes are still useful. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
   

Jira (PUP-4212) Create a Splay Start Time Setting

2015-03-16 Thread Nick Walker (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nick Walker created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4212 
 
 
 
  Create a Splay Start Time Setting  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 9:37 AM 
 
 
 

Labels:
 

 tcse 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Nick Walker 
 
 
 
 
 
 
 
 
 
 
The current implementation of splay still allows for nodes to get themselves into a thundering herd.  
An easy way would be to use mcollective to do an agent run and get them all to check in. They would continue to check in all together over the long run.  
Having a start time setting would allow the puppet service to mimic the behavior of puppet in cron. If we could allow setting the start time to a static randomly generated number at install time we could ensure an even distribution of nodes over time.  
Here's some example puppet code to setup a puppet cron:  
 
 
 
 
 
 
$first_run = fqdn_rand(30) 
 
 
 
 
$second_run = fqdn_rand(30) + 30 
   

Jira (PUP-4205) Puppet 4 lexer fails to parse multiple heredocs on the same line

2015-03-16 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-4205 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet 4 lexer fails to parse multiple heredocs on the same line  
 
 
 
 
 
 
 
 
 
 
This is ready to be merged as soon as the branches are open again. Should go to both stable and master (PR targets stable). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1283) PR (169): (bugfix) Use test_url in connection validator for puppetdb - ajroetker

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1283 
 
 
 
  PR (169): (bugfix) Use test_url in connection validator for puppetdb - ajroetker  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Story Points:
 
 0 
 
 
 

Fix Version/s:
 
 PDBmodule-4.2.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1276) Adjust pg-installed-extensions to work with older postgres

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1276 
 
 
 
  Adjust pg-installed-extensions to work with older postgres  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Affects Version/s:
 
 PDB2.3.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1298) Fill out end-to-end sync tests

2015-03-16 Thread Russell Mull (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Russell Mull created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1298 
 
 
 
  Fill out end-to-end sync tests  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 8:25 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Russell Mull 
 
 
 
 
 
 
 
 
 
 
 

end-to-end tests for factsets, catalogs
 

test that deactivated records get synced for all three cases
 

check that explicit deactivation gets synced
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 

Jira (PDB-1279) PR (1292): Fix Overview link - lwindolf

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1279 
 
 
 
  PR (1292): Fix Overview link - lwindolf  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 

Story Points:
 
 0 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1282) 'extract' on 'new_value' broken

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1282 
 
 
 
  'extract' on 'new_value' broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-04-08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1283) PR (169): (bugfix) Use test_url in connection validator for puppetdb - ajroetker

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1283 
 
 
 
  PR (169): (bugfix) Use test_url in connection validator for puppetdb - ajroetker  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1295) PR (170): Add subparam passing for advanced database SSL options. - jonkelleyatrackspace

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1295 
 
 
 
  PR (170): Add subparam passing for advanced database SSL options. - jonkelleyatrackspace  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 

Story Points:
 
 0 
 
 
 

Scope Change Reason:
 
 Communitypullrequest 
 
 
 

Scope Change Category:
 
 Adopted 
 
 
 

Fix Version/s:
 
 PDBmodule-4.2.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs 

Jira (PDB-1275) PR (168): Validate metadata - ghoneycutt

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1275 
 
 
 
  PR (168): Validate metadata - ghoneycutt  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 

Story Points:
 
 0 
 
 
 

Scope Change Reason:
 
 Communitypullrequest 
 
 
 

Scope Change Category:
 
 Adopted 
 
 
 

Fix Version/s:
 
 PDBmodule-4.2.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





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

Jira (PDB-1291) PR (1302): (maint) fix -F/-C/-R options for benchmark tool - wkalt

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1291 
 
 
 
  PR (1302): (maint) fix -F/-C/-R options for benchmark tool - wkalt  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 

Story Points:
 
 0 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1269) Extractable only fields are not supported in the query_eng/engine.clj

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1269 
 
 
 
  Extractable only fields are not supported in the query_eng/engine.clj  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-04-08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1255) Refactor puppetlabs.puppetdb.testutils.jetty

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1255 
 
 
 
  Refactor puppetlabs.puppetdb.testutils.jetty  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4195) Update node configuration files to use rhel7 x86_64 master

2015-03-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith assigned an issue to Michael Smith 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4195 
 
 
 
  Update node configuration files to use rhel7 x86_64 master  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Assignee:
 
 MichaelSmith 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1290) Fix migration 29 with a stable database

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1290 
 
 
 
  Fix migration 29 with a stable database  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-04-08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1296) PR (1303): (maint) Remove facter requirement from rpm specfile - haus

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1296 
 
 
 
  PR (1303): (maint) Remove facter requirement from rpm specfile - haus  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-03-25 
 
 
 

Story Points:
 
 0 
 
 
 

Fix Version/s:
 
 PDB2.3.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1287) Address puppetdb-sync code review comments (from PR 1)

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1287 
 
 
 
  Address puppetdb-sync code review comments (from PR 1)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1252) Consider removing clamq

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1252 
 
 
 
  Consider removing clamq  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1289) Use producer_timestamp in GC query

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1289 
 
 
 
  Use producer_timestamp in GC query  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Sprint:
 
 PuppetDB2015-04-08 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1286) Backport resource timestamp normalization from master

2015-03-16 Thread Kenneth Barber (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kenneth Barber updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1286 
 
 
 
  Backport resource timestamp normalization from master   
 
 
 
 
 
 
 
 
 

Change By:
 
 Kenneth Barber 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4114) Add preview subcommand

2015-03-16 Thread Eric Sorenson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Sorenson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4114 
 
 
 
  Add preview subcommand  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Sorenson 
 
 
 
 
 
 
 
 
 
 Addanewsubcommandcalled{{preview}}inthenewmodulecreatedinPUP-4149.Thissubcommandisamodifiedversionofthe{{puppetmaster\-\-compile}}subcommandthatinadditiontocompilingacataloginanode'senvironmentalsocompilesapreviewcataloginthegiventargetenvironment.Thecommandtakestherequiredoption{{\-\-target_environmentenv}}.ThediffoutputshouldbeinJson,andplacedunderadirectoryspecifiedinanewsetting{{preview_output_dir}}andnamedafterthenodeas{{diff_$\{preview_env_name\}_$\{nodename\}.json}}.ThediffshouldbeexpressedinawaysimilartotheJUnitXMLformat-e.g.asasetofexamples/assertionsthatfailed,thereasontheyfailed,andreferencestothesourceforbothexpectedandactualoutcome(whenpossible).Thecatalogfromthepreviewenvironmentcompilationshouldbeoutputas{{preview_$\{preview_env_name\}_$\{nodename\}.json}}.Theoriginalbaselinecatalogshouldbeoutputas{{baseline_$\{baseline_env_name\}_$\{nodename\}.json}}.Thespecificationofthisformatshouldbeplacedinthemodule'srepository.Itshouldcontain:*nodename*timestamp*originalenvironmentname*previewenvironmentname*thetotalnumberofassertions*thenumberofpassedassertions*thenumberoffailedassertions*assertionresultsAjasonschemashouldbewrittenandbeincludedinthemodule'srepositorytoservebothforunittestingthatoutputcomplieswiththespecifiedformat,andasformatdocumentationforthosethatwanttoprocesstheoutput.The{{diff_}},{{preview_}},and{{baseline_}}filesareoverwrittenoneachinvocationofthe{{preview} } commandinvocationforagivennode/environmentcombination. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
  

Jira (FACT-858) Fact ec2_user_data attempting to use proxy information when it shouldn't

2015-03-16 Thread Dustin Franklin (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dustin Franklin created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-858 
 
 
 
  Fact ec2_user_data attempting to use proxy information when it shouldn't  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Eric Sorenson 
 
 
 

Created:
 

 2015/03/16 10:25 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Dustin Franklin 
 
 
 
 
 
 
 
 
 
 
In /lib/facter/ec2/rest.rb, Class Userdata  Base, def fetch, does not open the url with the proxy set to nil. So environments with a proxy set in a VM will cause this fact to fail after a timeout. Other ec2 facts will succeed as in fetch_endpoint, because the proxy is set to nill. 
Line 125 should be: open(@baseurl, :proxy = nil).read instead of open(@baseurl).read 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
   

Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4070 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 
 
these are all merged and i'm still getting the same un...merged hash (i get first hit, as above) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4046) hiera_include broken

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson assigned an issue to Eric Thompson 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4046 
 
 
 
  hiera_include broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

Assignee:
 
 QA EricThompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3931) Upgrading Puppet package within Puppet agent run on EL7 results in bad package state

2015-03-16 Thread Shane Madden (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shane Madden commented on  PUP-3931 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Upgrading Puppet package within Puppet agent run on EL7 results in bad package state  
 
 
 
 
 
 
 
 
 
 
Branan Riley This fix also needs to make it into the release version of 4.0, see discussion here: https://github.com/puppetlabs/puppet/pull/3699#issuecomment-78156746 - will stable be merged to master ahead of 4.0 or will stable be frozen until after 4.0? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4213) Add refreshonly attribute to notify resources

2015-03-16 Thread Simon Aquino (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Simon Aquino created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4213 
 
 
 
  Add refreshonly attribute to notify resources  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 10:47 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Simon Aquino 
 
 
 
 
 
 
 
 
 
 
Notify resources are always added to the catalog and run all the time, producing a notification message. 
It would be useful to add a parameter such as exec's refreshonly to trigger notify on refresh events only. 
For example, it'd be useful to notify the user when some critical files (for example, are being changed). 
Example: 
 
 
 
 
 
 
file { '/tmp/key.pem': 
 
 
 
 
  content = 'PRIVATE_KEY', 
 
 
 
 
  notify = Notify['private_key_content_change'], 
 
 
 
 

Jira (PUP-4046) hiera_include broken

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4046 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: hiera_include broken  
 
 
 
 
 
 
 
 
 
 
verified on rhel7 at SHA: 
 
 
 
 
 
 
# second issue: 
 
 
 
 
[root@hvxc1vsl8wtuhn6 ~]# puppet apply break_hiera_include.pp 
 
 
 
 
Notice: Scope(Class[Foo]): yay 
 
 
 
 
Notice: Compiled catalog for hvxc1vsl8wtuhn6.delivery.puppetlabs.net in environment production in 0.35 seconds 
 
 
 
 
Notice: Applied catalog in 0.03 seconds 
 
 
 
 
[root@hvxc1vsl8wtuhn6 ~]# cat break_hiera_include.pp 
 
 
 
 
class foo { 
 
 
 
 
  notice yay 
 
 
 
 
} 
 
 
 
 
hiera_include(classes, [foo])
 
 
 
 
 
 
 

Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson assigned an issue to Eric Thompson 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4070 
 
 
 
  Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

Assignee:
 
 EricThompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4132) Pass merge strategy to Hiera using Indirector::Request options

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson assigned an issue to Eric Thompson 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4132 
 
 
 
  Pass merge strategy to Hiera using Indirector::Request options  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

Assignee:
 
 JohnDuarte EricThompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3547) File Server Mounts Should Support Directory Environments

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone commented on  PUP-3547 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: File Server Mounts Should Support Directory Environments  
 
 
 
 
 
 
 
 
 
 
Josh Cooper is there resolution on this? Was there a discussion in puppet-dev that was started? I didn't see any when I looked. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4123) Add infrastructure for a MigrationChecker

2015-03-16 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg assigned an issue to Henrik Lindberg 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4123 
 
 
 
  Add infrastructure for a MigrationChecker  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Assignee:
 
 HenrikLindberg 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4228) Send out announcements

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4228 
 
 
 
  Send out announcements  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Eric Sorenson 
 
 
 

Created:
 

 2015/03/16 2:13 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
 

Matthaus Owens: update the release google spreadsheet.
 

Update the MSI build targets in the Puppet repo in ext/build_defaults.yaml. This needs to be done for any projects that are to get into the MSI (facter and hiera as of 8/2014)
 

Send the drafted release notes email.
 

If final send to puppet-announce and specific distribution lists (e.g. puppet to puppet-users  puppet-dev).
 

If this release has security implications, also send the release announcement to puppet-security-announce
 

Make a PSA on IRC letting those kiddos know about the new release.
 

Something along the lines of PSA: facter 1.7.3 now available
 
 
Dependencies: 
 
 

Jira (PUP-4217) Is there a commit for every JIRA ticket targeted at the release?

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4217 
 
 
 
  Is there a commit for every JIRA ticket targeted at the release?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Ensure all tickets targeted at the release have a corresponding commit 
 

git log old tag..new tag
 

This time, look through tickets targeted at this release in JIRA, and compare it to the commit log, looking for the corresponding numbers
 

ticketmatch.rb script is a ruby script that helps with Is there a JIRA ticket targeted at the release for every commit? and Is there a commit for every JIRA ticket targeted at the release? (it beats doing it manually, but requires manual steps and hacking the script for the specific release) There is also the release-inquisition, which also helps a lot with this task.
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
  

Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4070 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 
 
looks like i picked up the wrong version of hiera. hash merge works with hieradata as above: 
 
 
 
 
 
 
[root@vrc8fg3r8pug851 ~]# puppet apply -e 'notice(lookup(erict,Hash[String,String],{strategy = 'deep'}))' 
 
 
 
 
--- 
 
 
 
 
Notice: Scope(Class[main]): {first = defaults, second = two, third = three} 
 
 
 
 
Notice: Compiled catalog for vrc8fg3r8pug851.delivery.puppetlabs.net in environment production in 0.44 seconds 
 
 
 
 
Notice: Applied catalog in 0.01 seconds 
 
 
 
 
[root@vrc8fg3r8pug851 ~]# puppet apply -e 'notice(lookup(erict,Hash[String,String],{strategy = 'hash'}))' 
 
 
 
 
Notice: Scope(Class[main]): {first = defaults, second = two, third = three} 
 
 
 
 
Notice: Compiled catalog for vrc8fg3r8pug851.delivery.puppetlabs.net in environment production in 0.46 seconds 
 
 
 
 
--- 
 
 
 
 

Jira (PUP-735) Status unchanged when Could not apply complete catalog

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone assigned an issue to Stepan Cenek 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-735 
 
 
 
  Status unchanged when Could not apply complete catalog  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Assignee:
 
 KyloGinsberg StepanCenek 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4132) Pass merge strategy to Hiera using Indirector::Request options

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4132 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Pass merge strategy to Hiera using Indirector::Request options  
 
 
 
 
 
 
 
 
 
 
verified in pup-4070 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4231) File resources with defined content don't output contents with ensure=present

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4231 
 
 
 
  File resources with defined content don't output contents with ensure=present  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eli Young 
 
 
 
 
 
 
 
 
 
 Whencreatingafileresourcewith{{ensure=present}}andspecifiedcontents,thespecifiedcontentsaren'tlogged:{noformat}[root@puppet-elifile]#rm-f/root/somefile[root@puppet-elifile]#puppetapply-e'file{/root/somefile:ensure=present,content=hello}'Notice:Compiledcatalogforpuppet-eli.localdomaininenvironmentproductionin0.12secondsNotice:/Stage[main]/Main/File[/root/somefile]/ensure:createdNotice:Finishedcatalogrunin0.26seconds{noformat}Bycontrast,here'sthelogwith{{ensure=file}}:{noformat}[root@puppet-elifile]#rm-f/root/somefile  [root@puppet-elifile]#puppetapply-e'file{/root/somefile:ensure=file,content=hello}'Notice:Compiledcatalogforpuppet-eli.localdomaininenvironmentproductionin0.11secondsNotice:/Stage[main]/Main/File[/root/somefile]/ensure:definedcontentas'{md5}5d41402abc4b2a76b9719d911017c592'Notice:Finishedcatalogrunin0.26seconds{noformat} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4231) File resources with defined content don't output contents with ensure=present

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4231 
 
 
 
  File resources with defined content don't output contents with ensure=present  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.7.4 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 3:23 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Eli Young 
 
 
 
 
 
 
 
 
 
 
When creating a file resource with ensure=present and specified contents, the specified contents aren't logged: 
 
 
 
 
 
 
[root@puppet-eli file]# rm -f /root/somefile 
 
 
 
 
[root@puppet-eli file]# puppet apply -e 'file { /root/somefile: ensure=present, content=hello }' 
 
 
 
 
Notice: Compiled catalog for puppet-eli.localdomain in environment production in 0.12 seconds 
 
  

Jira (PUP-2310) Puppet client does not update and does consult the crl during authentication

2015-03-16 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper commented on  PUP-2310 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet client does not update and does consult the crl during authentication  
 
 
 
 
 
 
 
 
 
 
Providing some context about why PR #3247 was closed. Puppet hardcodes the CRL next_update time to be 5 years in the future, see https://github.com/puppetlabs/puppet/blob/3.7.4/lib/puppet/ssl/certificate_revocation_list.rb#L88. With this PR, the puppet agent would not consider its cache to be stale for 5 years, leaving us in effectively the same position we are in today. 
If you patched puppet to use a shorter next_update time, or made it configurable, and the agent's CRL expired, then in the common case where no agent certs had been revoked, the agent would download the same CRL it had, discover the CRL is still expired, and hopefully not get into an infinite loop. 
So somehow the CRL on the master needs to be updated periodically (to bump the next_update time). AFAIK, the only way to do that from the puppet CLI is to revoke a cert. So you could generate a temp cert, and then revoke it, but that's a bit lame. Ideally, the certificate_revocation application would have an update command that just bumps the next_update time and resigns the CRL. 
Also, the CA cert's not_after time is determined by puppet's ca_ttl setting which also defaults to 5 years, see https://github.com/puppetlabs/puppet/blob/3.7.4/lib/puppet/defaults.rb#L962-L967. So we'd need to make sure the CA doesn't expire before the CRL. 
Long term we are looking at adding a cert-related CLI to puppetserver and adding OCSP support. /cc Christopher Price, Jeremy Barlow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 

Jira (PUP-927) puppet apply on Windows always uses *nix style newlines from templates

2015-03-16 Thread Rob Reynolds (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Reynolds updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-927 
 
 
 
  puppet apply on Windows always uses *nix style newlines from templates  
 
 
 
 
 
 
 
 
 

Change By:
 
 Rob Reynolds 
 
 
 

Fix Version/s:
 
 PUP3.8.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-927) puppet apply on Windows always uses *nix style newlines from templates

2015-03-16 Thread Rob Reynolds (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Reynolds updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-927 
 
 
 
  puppet apply on Windows always uses *nix style newlines from templates  
 
 
 
 
 
 
 
 
 

Change By:
 
 Rob Reynolds 
 
 
 

Fix Version/s:
 
 PUP4.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3674) confdir not set to /etc/puppet SSL Directories issue on config re-read

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3674 
 
 
 
  confdir not set to /etc/puppet SSL Directories issue on config re-read  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Component/s:
 
 Community 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4190) CLONE - Puppet device displays credentials in plain text when run manually

2015-03-16 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4190 
 
 
 
  CLONE - Puppet device displays credentials in plain text when run manually  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kylo Ginsberg 
 
 
 

Fix Version/s:
 
 PUP3.8.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4231) File resources with defined content don't output contents with ensure=present

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young commented on  PUP-4231 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: File resources with defined content don't output contents with ensure=present  
 
 
 
 
 
 
 
 
 
 
The good news is that this is a super easy change to make. By changing the first line of the change_to_s function in the file type's ensure code from this: 
 
 
 
 
 
 
return super unless newvalue.to_s == file
 
 
 
 
 
 
 
to this: 
 
 
 
 
 
 
return super unless [file, present].include?(newvalue.to_s)
 
 
 
 
 
 
 
we get the same behavior. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 

Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4070 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 
 
verified on win2012r2-rubyx64 at puppet SHA:4dae4b3 and hiera SHA: b19b907 
 
 
 
 
 
 
Administrator@m39jlkc9uzc3j4o /opt/puppet-git-repos/puppet 
 
 
 
 
$ cmd /c hiera deep 
 
 
 
 
{erict={tag=defaults, third=three, fourth=four}} 
 
 
 
 
 
 
 
 
 
Administrator@m39jlkc9uzc3j4o /opt/puppet-git-repos/puppet 
 
 
 
 
$ cmd /c puppet apply -e 'notice(lookup(deep,Struct[{'erict'=Struct[{'tag'=String, 'first'=String, 'second'=String, 'third'=String, 'fourth'=String}]}],{strategy = 'deep'}))' 
 
 
 
 
Notice: Scope(Class[main]): {erict = {tag = defaults, first = one, second = two, third = three, fourth = four}} 
 
 
 
 
Notice: Compiled catalog for m39jlkc9uzc3j4o.delivery.puppetlabs.net in environment production in 0.64 seconds 
 
 
 
 
Notice: Applied catalog in 0.03 seconds 
 
 
 
 
 

Jira (PDB-1277) puppetdb-ssl-setup does not accomodate PATH for puppet in AIO

2015-03-16 Thread Rob Browning (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Browning commented on  PDB-1277 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: puppetdb-ssl-setup does not accomodate PATH for puppet in AIO  
 
 
 
 
 
 
 
 
 
 
Created test packages which John Duarte is testing. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4123) Add infrastructure for a MigrationChecker

2015-03-16 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4123 
 
 
 
  Add infrastructure for a MigrationChecker  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 

Sprint:
 
 Language2015-03-18 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4214) puppet-agent 0.9.0 2015-03-16 Release

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4214 
 
 
 
  puppet-agent 0.9.0 2015-03-16 Release  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Scrum Team:
 
 ReleaseEngineering 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4214) puppet-agent 0.9.0 2015-03-16 Release

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4214 
 
 
 
  puppet-agent 0.9.0 2015-03-16 Release  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Sprint:
 
 RE2015-03-25 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4214) puppet-agent 0.9.0 2015-03-16 Release

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4214 
 
 
 
  puppet-agent 0.9.0 2015-03-16 Release  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Story Points:
 
 2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-1257) PR (1280): (maint) Switch us to use c4.large instances for acceptance - kbarber

2015-03-16 Thread Rob Browning (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Browning updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1257 
 
 
 
  PR (1280): (maint) Switch us to use c4.large instances for acceptance - kbarber  
 
 
 
 
 
 
 
 
 

Change By:
 
 Rob Browning 
 
 
 

Fix Version/s:
 
 PDB2.3.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3785) Override does not work with interpolation

2015-03-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3785 
 
 
 
  Override does not work with interpolation  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 
 
 
 
 
 
 
 HI-304proposedafixforHiera. ThePuppetbackendforHieraalsoneedsa Confirmthatthe fix ;italsoneedsmoredefinitionof issufficientforusing the problemasitappears Hierafunction inPuppet aswell . 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4220) Is the Jira tidy-up done for this release and prepared for the next one?

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4220 
 
 
 
  Is the Jira tidy-up done for this release and prepared for the next one?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
This happens on Jira - we need to clean up the current release and prepare for the next release. 
 

Mark the version that's going out as Released in the Project Admin - Versions panel.
 

Create a version we can target future issues or issues that didn't make it into the current release. (e.g. if we're releasing Facter 1.7.4, make sure there's a 1.7.5 version (or at least 1.7.x if there's isn't another bug release planned for the near future)
 

Create a public pair of queries for inclusion in the release notes/announcement. These allow easy tracking as new bugs come in for a particular version and allow everyone to see the list of changes slated for the next release (Paste their URLs into the Release story ticket):
 
 
 

'project = XX AND affectedVersion = 'X.Y.Y', Save as Introduced in X.Y.Y, click Details, add permission for Everyone
 

'project = XX AND fixVersion = 'X.Y.Z', Save as Fixes for X.Y.Z, click Details, add permission for Everyone
  

Jira (PUP-4224) Go/no-go meeting (before 4pm)

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4224 
 
 
 
  Go/no-go meeting (before 4pm)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:12 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
This should happen Monday-Thursday, before 4pm. We should not be shipping anything after 4:00 PM or on a Friday both for our users, and because shipping takes time. 
Get a yes/no for the release from dev, docs, product, qa, releng. 
This meeting is informal, over chat, and usually happens right before packages are pushed. Keep in mind we typically do not ship releases in the evening and we don't ship on Friday if the release is a final release. 
Dependencies: 
 

Smoke testing
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

Jira (PUP-4222) Tag the release and create packages

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4222 
 
 
 
  Tag the release and create packages  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Matthaus Owens 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Tag and create packages 
 

Developer provides the SHA - Kylo Ginsberg - Please add the SHA as a comment (this should be the commit which contains the newly updated version.rb)
 

checkout the sha
 

Make sure you are about to tag the correct thing
 

Create the tag e.g.) git tag -s -u {GPG key} 
 -m 1.7.3 1.7.3
 

You need to know the pass phrase for this to complete successfully. It's important that we make sure all releases are signed to verify authenticity.
 

DO NOT push the tag to the repo, keep it local only
 

`git describe` will show you the tag. Make sure you're building what you think you're building.
 

 

Jira (PUP-4214) puppet-agent 0.9.0 2015-03-16 Release

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4214 
 
 
 
  puppet-agent 0.9.0 2015-03-16 Release  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 
 Release Engineering 
 
 
 

Created:
 

 2015/03/16 2:10 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
puppet-agent 0.9.0 2015-03-16 Release 
When working through this ticket, add it to the board and then keep it in the Ready for Engineering column. Move the subtasks to In Progress when you are working on them and Resolved when you have completed them. In general subtasks should only be moved to Ready for Engineering when they are ready to be worked on. For some assignees this is their cue to start working on release-related items. 
 

The first set of tickets are assigned to the developer, those can all be converted to Ready for Engineering and you can start working through them.
 

Only when those are done should you move the Prepare notes and Tag release/create packages tasks to Ready for Engineering. Ping those assigned to move forward.
 

When you hear back for Tag Release/create packages, you should move Smoke test packages to Ready for Engineering or In Progress if you are ready.
 
 
 
 
 
 
 
 
 
 
 
 
  

Jira (PUP-4223) Smoke test packages

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4223 
 
 
 
  Smoke test packages  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Procedure may vary by project and point in the release cycle. Ask around. 
In general this should happen on a variety of platforms, i.e. one or two each of kind of package we create (i.e., gem, dmg, msi, deb, rpm, etc). 
For Puppet, our acceptance suite now tests service scripts, and on debian, a passenger master. Manual smoke testing can therefore be limited to other package formats than deb and rpm. 
Lighter testing of Z releases is acceptable. 
 

Add a link to the Packages repository that you receive from the Tag and create packages subtask
 

Ping folks on your team for help with different platforms.
 

When you pick up a platform, please leave a comment below that you are testing it. When it looks good, leave another comment, preferably with a code snippet showing the commands executed and their output.
 

When all platforms picked have been smoke tested, move this ticket to done.
 
 
IMPORTANT: Please edit the description of this ticket and remove Example: below. Edit the platforms to 

Jira (PUP-4225) Push tag

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4225 
 
 
 
  Push tag  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Matthaus Owens 
 
 
 

Created:
 

 2015/03/16 2:12 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
The development team is responsible for updating the stable/master branches as necessary. This will be done after the version bump in version.rb. 
Dependencies: 
 

Go / No Go meeting (except where it's required to push the tag to build packages - MSIs)
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian 

Jira (PUP-4221) Prepare long form release notes and short form release story

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4221 
 
 
 
  Prepare long form release notes and short form release story  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Nicholas Fagerlund 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Collaborating with product for release story 
Dependencies: 
 

Is there a JIRA ticket targeted at the release for every commit?
 

Is there a commit for every JIRA ticket targeted at the release?
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 

Jira (PUP-4046) hiera_include broken

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4046 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: hiera_include broken  
 
 
 
 
 
 
 
 
 
 
verified on ubuntu14.04 at SHA 4dae4b3 
 
 
 
 
 
 
root@dl6jty7z7b1yyvn:/opt/puppet-git-repos/hiera# puppet apply break_hiera_include.pp 
 
 
 
 
Notice: Scope(Class[Foo]): yay 
 
 
 
 
Notice: Compiled catalog for dl6jty7z7b1yyvn.delivery.puppetlabs.net in environment production in 0.36 seconds 
 
 
 
 
Notice: Applied catalog in 0.02 seconds 
 
 
 
 
root@dl6jty7z7b1yyvn:/opt/puppet-git-repos/hiera# puppet apply break_hiera_include2.pp 
 
 
 
 
Notice: Compiled catalog for dl6jty7z7b1yyvn.delivery.puppetlabs.net in environment production in 0.36 seconds 
 
 
 
 
Notice: Applied catalog in 0.02 seconds
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 

Jira (PUP-4222) Tag the release and create packages

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4222 
 
 
 
  Tag the release and create packages  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Scrum Team:
 
 ReleaseEngineering 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4222) Tag the release and create packages

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4222 
 
 
 
  Tag the release and create packages  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Story Points:
 
 1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4230) File resources with ensure=absent do not have hashes logged after being filebucketed

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4230 
 
 
 
  File resources with ensure=absent do not have hashes logged after being filebucketed  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.7.4 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/03/16 2:37 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Eli Young 
 
 
 
 
 
 
 
 
 
 
When a file resource with ensure = absent is also set to backup to a filebucket, it gets bucketed before being removed but the hash is not recorded in the log. For example, if this code is on the master: 
 
 
 
 
 
 
filebucket { 'main': 
 
 
 
 
  server = $settings::certname, 
 
 
 
 
  path = false, 
 
 

Jira (FACT-830) xendomains returning empty on debian hosts

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone commented on  FACT-830 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: xendomains returning empty on debian hosts  
 
 
 
 
 
 
 
 
 
 
Ricardo Melo thanks for opening this ticket. Could you open a pull request with these updates against the facter/2.x branch? That will make it easier for us to review and get the fix in. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4227) Docs pushed

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens commented on  PUP-4227 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Docs pushed  
 
 
 
 
 
 
 
 
 
 
Nicholas Fagerlund Not sure if you want this open to track any of your preview docs work. If not, feel free to close/won't fix. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-1931) mount provider improvement when options property is not specified

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone assigned an issue to Melissa Stone 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1931 
 
 
 
  mount provider improvement when options property is not specified  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Assignee:
 
 MelissaStone 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4230) File resources with ensure=absent do not have hashes logged after being filebucketed

2015-03-16 Thread Eli Young (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eli Young updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4230 
 
 
 
  File resources with ensure=absent do not have hashes logged after being filebucketed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eli Young 
 
 
 

Issue Type:
 
 Bug Improvement 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-3094) Distribute separate binaries for master and ca

2015-03-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3094 
 
 
 
  Distribute separate binaries for master and ca  
 
 
 
 
 
 
 
 
 

Change By:
 
 Melissa Stone 
 
 
 

Assignee:
 
 MelissaStone 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4129) Add migration check for unquoted numbers

2015-03-16 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4129 
 
 
 
  Add migration check for unquoted numbers  
 
 
 
 
 
 
 
 
 

Change By:
 
 Henrik Lindberg 
 
 
 
 
 
 
 
 
 
 Itiscommontoforgettoquotesequencesofdigitsintendedtobestrings.Thisisparticularlybadforthe{{order}}featureofthe{{concat}}module(andotherswithsimilarfunctionality).Userswrite{{01}},{{02}}etcinsteadof{{'01'}},{{'02'}}(theorderisbasedonstrings).Thisworksupto{{07}},butifuserwrites{{08}}theygetaninvalidoctalerror,theorderfortheelements{{01}}to{{07}}ishowevernotwhatuserintendedsincetheyarenumbers,andconvertedtostringstoproduce{{'1'}},to{{'7'}}whichwillsortthemwrong.Themigrationcheckistoflagalloctal,hexandfloatingpointvaluesandwarnthattheyareambiguous.Thiswillprobablyonlyresultinfewfalsepositivesasarithmeticonoctal,hexandfloatvaluesisdoneveryinfrequently(especiallysinceFile.modenowonlyacceptsastringvalue).Add{{MIGRATE4_AMBIGOUS_INTEGER}}to{{MigrationIssues}}withthetext {code} This#{radix==8?'octal':'hex'}valueevaluatestothedecimalvalue'#{value}':QuoteifaStringvaluewasintended(3.xbarewordnumbersarestrings). {code}   Add{{MIGRATE4_AMBIGOUS_FLOAT}}to{{MigrationIssues}}withthetextThisfloatvalueparsestoanimprecisefloatingpointvalue.QuoteifaStringvaluewasintended(3.xbarewordfloatingpointnumbersarestrings).Addamethod{{report_ambiguous_integer(o)}}to{{MigrationChecker}}andcheckifthesemantic{{o}}isa{{LiteralInteger}}.Reportifitdoesnothaveradix10(valuesinradix10arethesameinstringandintegerconvertedtostringform).Addamethod{{report_ambiguous_float(o)}}to{{MigrationChecker}}andalwaysreport(itissomewhatdifficulttofindthesourceformandcompareifthefloattostringisdifferentthantheoriginalstring).(Stretchgoal:getthelocatorandextractthesource,comparethefloatconvertedtoastringwithto_sandreportifdifferent.Andifimplementingthestretchgoaladjustthemessagetexttoshowthedifferentvalues).Callthemethods{{report_ambiguous_xxx}}fromthe{{checker4_0.rb}}.ifthe{{MigrationChecker}}isineffect.Thereiscurrentlynotcheckermethodsfor{{LiteralInteger}},and{{LiteralFloat}}andtheseneedstobeadded-i.e.{code}defcheck_LiteralInteger(o)defcheck_LiteralFloat(o){code}(Addmethodstubstothe{{MigrationChecker}}inthepuppetrepositoryandtheconcretemethodstotheimplementationinthemodulecreatedinPUP-4149). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 

Jira (PUP-4070) Deep merge options cannot be passed as options map.

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4070 
 
 
 
  Deep merge options cannot be passed as options map.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Contact:
 
 EricThompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-927) puppet apply on Windows always uses *nix style newlines from templates

2015-03-16 Thread Rob Reynolds (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Reynolds assigned an issue to Rob Reynolds 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-927 
 
 
 
  puppet apply on Windows always uses *nix style newlines from templates  
 
 
 
 
 
 
 
 
 

Change By:
 
 Rob Reynolds 
 
 
 

Assignee:
 
 RobReynolds 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PDB-813) Upgrade trapperkeeper tk-jetty9 for JMX support and, fix certificate-whitelist

2015-03-16 Thread Rob Browning (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Browning updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-813 
 
 
 
  Upgrade trapperkeeper  tk-jetty9 for JMX support and, fix certificate-whitelist  
 
 
 
 
 
 
 
 
 

Change By:
 
 Rob Browning 
 
 
 

Fix Version/s:
 
 PDB2.3.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4218) Update version number in source

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4218 
 
 
 
  Update version number in source  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Bump VERSION in lib/PUP/version.rb or project.clj to correct version. 
 

Commit the updated version file.
 

e.g) commit -m (packaging) Update FACTERVERSION to 1.7.3.
 

If any merging needs to happen (i.e. master into stable/stable into master), it can now happen (different subtask).
 

Once this is done, hand the SHA to be built to RelEng to be tagged.
 
 
Dependencies: 
 

Is the code ready for release?
 

Is there a commit for every JIRA ticket targeted at the release?
 
 
 
 
 
 
 
 
 
 
  

Jira (PUP-4216) Is there a JIRA ticket targeted at the release for every commit?

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4216 
 
 
 
  Is there a JIRA ticket targeted at the release for every commit?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:10 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
Ensure all tickets referenced in the commit log have a bug targeted at the release 
 

git log old tag..new tag
 

look through, and make sure that if there is a JIRA ticket number referenced in any of the commits, that ticket is targeted at the release
 

Also, make sure the code itself is sane, that you understand why the change was made, etc. etc.
 

ticketmatch.rb script is a ruby script that helps with Is there a JIRA ticket targeted at the release for every commit? and Is there a commit for every JIRA ticket targeted at the release? (it beats doing it manually, but requires manual steps and hacking the script for the specific release). There is also the release-inquisition, which also helps a lot with this task.
 
 
 
 
 
 
 
 
 
 
 
 
 
  

Jira (PUP-4219) Merge master into stable

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4219 
 
 
 
  Merge master into stable  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:11 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
For some releases, the code base will need to be merged down to stable. 
NOTE: This is usually only during a x.y.0 release, but even then it may have already been done. If it doesn't apply, close this ticket. 
Assuming you have origin (your remote) and upstream (puppetlabs remote), the commands will look something like this: 
 
 
 
 
 
 
git fetch upstream 
 
 
 
 
git rebase upstream/master 
 
 
 
 
 
 
 
 
 
git checkout stable 
 
   

Jira (PUP-4046) hiera_include broken

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4046 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: hiera_include broken  
 
 
 
 
 
 
 
 
 
 
verified on win2012r2-rubyx64 at SHA: 4dae4b3 
 
 
 
 
 
 
Administrator@m39jlkc9uzc3j4o /opt/puppet-git-repos/hiera 
 
 
 
 
$ cmd /c puppet apply break_hiera_include.pp 
 
 
 
 
Notice: Scope(Class[Foo]): yay 
 
 
 
 
Notice: Compiled catalog for m39jlkc9uzc3j4o.delivery.puppetlabs.net in environment production in 0.50 seconds 
 
 
 
 
Notice: Applied catalog in 0.02 seconds 
 
 
 
 
 
 
 
 
 
Administrator@m39jlkc9uzc3j4o /opt/puppet-git-repos/hiera 
 
 
 
 
$ cmd /c puppet apply break_hiera_include2.pp 
 
 
 
 
Notice: Compiled catalog for m39jlkc9uzc3j4o.delivery.puppetlabs.net in environment production in 0.59 seconds 
 
 
 
 
Notice: Applied catalog in 0.02 seconds
 
 
  

Jira (PUP-4046) hiera_include broken

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4046 
 
 
 
  hiera_include broken  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Contact:
 
 EricThompson 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4197) Puppet creates production directory in first directory listed in environment_path

2015-03-16 Thread Christopher Price (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christopher Price updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4197 
 
 
 
  Puppet creates production directory in first directory listed in environment_path  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christopher Price 
 
 
 

Component/s:
 
 PuppetServer 
 
 
 

Component/s:
 
 Language 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4197) Puppet creates production directory in first directory listed in environment_path

2015-03-16 Thread Christopher Price (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Christopher Price updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4197 
 
 
 
  Puppet creates production directory in first directory listed in environment_path  
 
 
 
 
 
 
 
 
 

Change By:
 
 Christopher Price 
 
 
 

Scrum Team:
 
 PuppetServer Language 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4215) Is the code ready for release?

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4215 
 
 
 
  Is the code ready for release?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Sub-task 
 
 
 

Assignee:
 
 Kylo Ginsberg 
 
 
 

Created:
 

 2015/03/16 2:10 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Matthaus Owens 
 
 
 
 
 
 
 
 
 
 
If there are any version dependencies expressed in the code base, make sure these are up to date. For Puppet, make sure the shas used to build the MSI are correct. For Puppet-Server, make sure all references to the puppet version are correct. 
All tests (spec, acceptance) should be passing on all platforms for both stable  master. 
 

If a new platform has been added, make sure that platform has acceptance testing, new features have decent coverage, etc. etc.
 

If the release is going to be cut from a sha, rather than the head of a branch, make sure that sha specifically has gone through spec/acceptance/etc. tests
 

Move all items that should be moved from Ready for CI to Ready for Review
 
 
Have all tickets been resolved (passed Functional Review)? If not please add any missing tickets to the current sprint's board. 
https://tickets.puppetlabs.com/issues/?jql=project%20%3D%20PUP%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%220.9.0%22 
 
 
 
 
 
 

Jira (PUP-4214) puppet-agent 0.9.0 2015-03-16 Release

2015-03-16 Thread Matthaus Owens (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matthaus Owens updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4214 
 
 
 
  puppet-agent 0.9.0 2015-03-16 Release  
 
 
 
 
 
 
 
 
 

Change By:
 
 Matthaus Owens 
 
 
 

Labels:
 
 AIO 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


Jira (PUP-4132) Pass merge strategy to Hiera using Indirector::Request options

2015-03-16 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4132 
 
 
 
  Pass merge strategy to Hiera using Indirector::Request options  
 
 
 
 
 
 
 
 
 

Change By:
 
 Eric Thompson 
 
 
 

QA Status:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


  1   2   >