Jira (FACT-1081) Unable to build filesystem_resolver

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


 
 
 
 
 
 
 Facter /  FACT-1081 
 
 
 
  Unable to build filesystem_resolver  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Status:
 
 Readyfor CI Test 
 
 
 

Assignee:
 
 qa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1131) Add Mac OS X specific mountpoint settings

2015-07-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1131 
 
 
 
  Add Mac OS X specific mountpoint settings  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 10:28 AM 
 
 
 

Fix Versions:
 

 FACT 3.x 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Michael Smith 
 
 
 
 
 
 
 
 
 
 
Quoting Peter Huene: It seems we're missing MNT_CPROTECT, MNT_QUARANTINE, MNT_IGNORE_OWNERSHIP, MNT_NOUSERXATTR, and MNT_MULTILABEL on OSX too.' 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

   

Jira (PUP-4854) PMT fails to install modules on Windows that have long paths

2015-07-16 Thread Ryan Gard (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Gard assigned an issue to Ryan Gard 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4854 
 
 
 
  PMT fails to install modules on Windows that have long paths  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ryan Gard 
 
 
 

Assignee:
 
 qa RyanGard 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4888) Create Powershell Provider command helper

2015-07-16 Thread Corey Osman (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Corey Osman created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4888 
 
 
 
  Create Powershell Provider command helper  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 10:49 AM 
 
 
 

Environment:
 
 
Windows environment 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Corey Osman 
 
 
 
 
 
 
 
 
 
 
Currently when we create custom providers and want to shell out to run a system command there is a helper command that finds the absolute path to the command and creates a method call for the provider. 
pre commands :secedit = 'secedit' def self. instances instances = secedit(['/export', '/cfg', inffile, '/quiet']) end /pre 
This works great for any command even on windows. However, powershell can often provide a better interface to the system than a one off system command can provide especially when using external modules. 
When using external modules in powershell it is often necessary to install a feature or download the powershell module from a url. So if the system does not have the module than the powershell command should never run. Note: this request is not about installing modules. 
To make custom providers for windows easier we need a helper method similar to the commands method that finds powershell and all the modules we need imported. 
An example of this on the command line 1. powershell 2. import-module grouppolicy 3. Get-GPO 
The helper code I would like to see should find suitability by checking for installed modules and optionally 

Jira (PUP-4888) Create Powershell Provider command helper

2015-07-16 Thread Corey Osman (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Corey Osman updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4888 
 
 
 
  Create Powershell Provider command helper  
 
 
 
 
 
 
 
 
 

Change By:
 
 Corey Osman 
 
 
 
 
 
 
 
 
 
 Currentlywhenwecreatecustomprovidersandwanttoshellouttorunasystemcommandthereisahelpercommandthatfindstheabsolutepathtothecommandandcreatesamethodcallfortheprovider. pre  {code:ruby} commands:secedit='secedit'defself.instancesinstances=secedit(['/export','/cfg',inffile,'/quiet'])end/pre {code}   Thisworksgreatforanycommandevenonwindows.However,powershellcanoftenprovideabetterinterfacetothesystemthanaoneoffsystemcommandcanprovideespeciallywhenusingexternalmodules.Whenusingexternalmodulesinpowershellitisoftennecessarytoinstallafeatureordownloadthepowershellmodulefromaurl.Soifthesystemdoesnothavethemodulethanthepowershellcommandshouldneverrun.Note:thisrequestisnotaboutinstallingmodules.Tomakecustomprovidersforwindowseasierweneedahelpermethodsimilartothecommandsmethodthatfindspowershellandallthemodulesweneedimported.Anexampleofthisonthecommandline1.powershell2.import-modulegrouppolicy3.Get-GPOThehelpercodeIwouldliketoseeshouldfindsuitabilitybycheckingforinstalledmodulesandoptionallypowershellversion. pre {code:ruby}   Puppet::Type.type(:local_security_policy).provide(:policy)dopowershell:version=2,:imported_modules=['grouppolicy','othermodule'],:name=:gpodefself.instancesgpo(['Get-GPO']).split(\n).each{|p|new(p)}endend /pre {code} NowmywishisthatthispowershellhelperwillcreateainstancemethodcalledgpoandloadallthepowershellmodulesIdefinedandensureitsusingpowershellversion2.Ifanyoftheserequirementsarenotmetthantheproviderwillfailsuitability.Ithinkthisisimportantbecausethesemodulesrepresentadditionalrequirementsthatmustbemetthatwecan'tassumeareonthesystem. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 

Jira (FACT-1126) Windows timezone fact uses strftime instead of wcsftime.

2015-07-16 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  FACT-1126 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Windows timezone fact uses strftime instead of wcsftime.  
 
 
 
 
 
 
 
 
 
 
Steps to reproduce: 1) On win2012, goto Control Panel 2) From 'Clock, Language and Region' section choose 'Add a Language' option 3) 'Change your language preferences ' = 'Add a language' to get a list of available languages. 4) 'German = Open' and then 'German(Germany)=add' 5)From the Language window, Deutsch(Deutschland)=options=Download and Install language pack, to install the new language pack. 6) After successfully installing the new language pack, on the Language window, move up the Deutsch language to the top to make it the primary language. 7) From the Language window=Advanced settings=Override for default input method, choose English from the drop down list. 8) Now to change the time zone, click on the time displayed at the bottom = Change Date and Time settings=Change Time Zone, choose UTC+1 for Brussles, Copenhagen, Madrid, Paris and click OK. 8) Log out and log back in 9) From the command prompt run 'facter' and 'puppet agent -t' 
Validated on win-2012r2-x86_64 on SHA: 8a146ff6a0972c7eb81c40441eface329f628ad5 
 
 
 
 
 
 
C:\Users\Administratorfacter timezone 
 
 
 
 
Mitteleuropische Sommerzeit 
 
 
 
 
 
 
 
 
 
C:\Users\Administratorpuppet agent -t --server octlggp6qf2jk8m.delivery.puppetl 
 
 
 
 
abs.net 
 
 
 
 
Info: Retrieving pluginfacts 
 
 
 
 
Info: Retrieving plugin 
 
 
 
 
 

Jira (PDB-1787) PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Wyatt Alt (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wyatt Alt updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1787 
 
 
 
  PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Wyatt Alt 
 
 
 

Fix Version/s:
 
 PDB2.3.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1807) PR (1547): (maint) Add access to packaging repo - melissa

2015-07-16 Thread gepetto-bot (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 gepetto-bot created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1807 
 
 
 
  PR (1547): (maint) Add access to packaging repo - melissa  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 10:56 AM 
 
 
 

Labels:
 

 github 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 gepetto-bot 
 
 
 
 
 
 
 
 
 
 
(maint) Add access to packaging repo 
 

Author: Melissa meli...@puppetlabs.com
 

Company: Puppet Labs
 

Github ID: melissa
 

Pull Request 1547 Discussion
 

Pull Request 1547 File Diff
 
 
Pull Request Description 
 
This commit allows access to the packaging repo automation. Although this is no longer needed or used to build packages (in favor of ezbake), we still have some automation in that packaging repo that we should have access to. For example, the automation to create 

Jira (PDB-1787) PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Wyatt Alt (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wyatt Alt updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1787 
 
 
 
  PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Wyatt Alt 
 
 
 

Fix Version/s:
 
 PDB2.3.x 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1126) Windows timezone fact uses strftime instead of wcsftime.

2015-07-16 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1126 
 
 
 
  Windows timezone fact uses strftime instead of wcsftime.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1787) PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Wyatt Alt (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wyatt Alt updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1787 
 
 
 
  PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Wyatt Alt 
 
 
 

Fix Version/s:
 
 PDB3.0.0 
 
 
 

Fix Version/s:
 
 PDB3.0.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1807) PR (1547): (maint) Add access to packaging repo - melissa

2015-07-16 Thread gepetto-bot (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 gepetto-bot commented on  PDB-1807 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: PR (1547): (maint) Add access to packaging repo - melissa  
 
 
 
 
 
 
 
 
 
 
melissa commented: 
cc/ @wkalt this will let you generate the release tickets from the ezbake centric branches of pdb. It's not required by any means so if you'd rather not have this in, that's fine. I figured it might make things a little easier in the future though. I also eventually want to add a shim to the packaging repo so you can run the ticket creation automation independent of a project (so rather than going to a project base and requiring this code in that project base to run the task, eventually you'll be able to clone the packaging repo and simply run the automation from there). In the meantime, though, this might be the best solution. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1455) Accommodate AIO (paths, etc.)

2015-07-16 Thread Wyatt Alt (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wyatt Alt updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1455 
 
 
 
  Accommodate AIO (paths, etc.)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Wyatt Alt 
 
 
 

Fix Version/s:
 
 PDB2.3.x 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1126) Windows timezone fact uses strftime instead of wcsftime.

2015-07-16 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1126 
 
 
 
  Windows timezone fact uses strftime instead of wcsftime.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

QA Risk Severity:
 
 Medium 
 
 
 

QA Risk Probability:
 
 Low 
 
 
 

QA Risk Assessment:
 
 Medium 
 
 
 

QA Highest Test Level:
 
 Unit 
 
 
 

QA Risk Assessment Reason:
 
 MaynotbeabletomanageanoderunningGerman 
 
 
 

QA Status:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 

Jira (PDB-1809) Slow response times to aggregate-event-counts endpoint queries

2015-07-16 Thread Michal Ruzicka (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michal Ruzicka updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1809 
 
 
 
  Slow response times to aggregate-event-counts endpoint queries  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michal Ruzicka 
 
 
 
 
 
 
 
 
 
 Weseeslowresponsetimestothe{{aggregate-event-counts}}endpointqueries ,here .Here ishowtheyclockedonaperformancetestingsystemwith3214057recordsinthePDB's{{resource_events}}table:{code}[root@lei-puppetdb~]#timecurl-g-Ghttp://localhost:8080/pdb/query/v4/aggregate-event-counts--data-urlencode'distinct_resources=true'--data-urlencode'distinct_start_time=2015-07-13T15:55:30Z'--data-urlencode'distinct_end_time=2015-07-16T15:55:30Z'--data-urlencode'query=[and,[,report_receive_time,2015-07-16T15:55:30Z],[not,[=,containing_class,null]]]'--data-urlencode'summarize_by=containing_class'[{summarize_by:containing_class,successes:74,failures:2,noops:0,skips:1,total:74}]real0m22.236suser0m0.001ssys0m0.010s[root@lei-puppetdb~]#timecurl-g-Ghttp://localhost:8080/pdb/query/v4/aggregate-event-counts--data-urlencode'distinct_resources=true'--data-urlencode'distinct_start_time=2015-07-13T15:55:30Z'--data-urlencode'distinct_end_time=2015-07-16T15:55:30Z'--data-urlencode'query=[,report_receive_time,2015-07-16T15:55:30Z]'--data-urlencode'summarize_by=certname'[{summarize_by:certname,successes:5022,failures:4,noops:0,skips:3,total:5022}]real5m26.177suser0m0.005ssys0m0.013s[root@lei-puppetdb~]#timecurl-g-Ghttp://localhost:8080/pdb/query/v4/aggregate-event-counts--data-urlencode'distinct_resources=true'--data-urlencode'distinct_start_time=2015-07-13T15:55:30Z'--data-urlencode'distinct_end_time=2015-07-16T15:55:30Z'--data-urlencode'query=[,report_receive_time,2015-07-16T15:55:30Z]'--data-urlencode'summarize_by=resource'[{summarize_by:resource,successes:73596,failures:94,noops:0,skips:1,total:73598}]real5m26.542suser0m0.000ssys0m0.017s{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  

Jira (FACT-1132) dmi resolver for OpenBSD

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1132 
 
 
 
  dmi resolver for OpenBSD  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Affects Versions:
 

 FACT 3.0.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 2:47 PM 
 
 
 

Environment:
 
 
OpenBSD 5.8 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Jasper Lievisse Adriaanse 
 
 
 
 
 
 
 
 
 
 
OpenBSD currently lacks many resolvers, so let's add a small one which adds the needed infrastructure bits for other resolvers to use. The dmi resolver could be used for this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 

Jira (PUP-4864) Get pre-suites working for Fedora 22

2015-07-16 Thread Melissa Stone (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Melissa Stone commented on  PUP-4864 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Get pre-suites working for Fedora 22  
 
 
 
 
 
 
 
 
 
 
There will likely be some failures in puppet because of the switchover from yum to dnf as the default package management system 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1134) operatingsystem fact for OEL7 returning RedHat

2015-07-16 Thread Bryan Jen (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bryan Jen created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1134 
 
 
 
  operatingsystem fact for OEL7 returning RedHat  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 5:05 PM 
 
 
 

Environment:
 
 
PE_VERSION = 2015.2.0 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Bryan Jen 
 
 
 
 
 
 
 
 
 
 
Example failure: https://jenkins-modules.puppetlabs.com/view/2.%20linux%20only/view/apache/view/master/job/modules_puppetlabs-apache_intn-sys_ext-master-enterprise-next/PLATFORM_CONFIG=oracle-7-64mda,SLAVE_LABEL=beaker/23/consoleFull 
This mod_fcgid test shouldn't be running on OracleLinux but is because the 'operatingsystem' fact is returning RedHat instead of OracleLinux 
 
 
 
 
 
 
[root@k5z1hpqty1nxey1 tmp]# cat /etc/oracle-release 
 
 
 
 
Oracle Linux Server release 7.0 
 
 
 
 

Jira (PUP-4854) PMT fails to install modules on Windows that have long paths

2015-07-16 Thread Ryan Gard (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Gard commented on  PUP-4854 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: PMT fails to install modules on Windows that have long paths  
 
 
 
 
 
 
 
 
 
 
Verified as fixed in puppet-agent-1.2.1.64.g8a146ff build using DSC module version 0.1.1-b20028-84962a4b. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1808) Ability to monitor PDB status via monitoring endpoints

2015-07-16 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1808 
 
 
 
  Ability to monitor PDB status via monitoring endpoints  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Story 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 12:01 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Moses Mendoza 
 
 
 
 
 
 
 
 
 
 
As a PuppetDB user, I want to monitor its status so that I can react to outages and maintain visibility of status my PE infrastructure. 
In Scope 
 

Implement status monitoring for PuppetDB via https://github.com/puppetlabs/trapperkeeper-status
 

Can be accessed over https and unauthenticated http
 

Includes a more comprehensive endpoint that returns JSON for introspecting status
 

Includes a plaintext endpoint for simple load balancers
 
 
Notes 
 

NMS implemented status monitoring using trapperkeeper-status, and the server team has as well
 
 
 
 
 
 
 
 
 
   

Jira (PDB-1808) Ability to monitor PDB status via monitoring endpoints

2015-07-16 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza commented on  PDB-1808 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Ability to monitor PDB status via monitoring endpoints  
 
 
 
 
 
 
 
 
 
 
For triage. Not sure what priority or fix version this would be 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1071) Install Options for PIP package provider (incl. patch)

2015-07-16 Thread Liam Monahan (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Liam Monahan updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1071 
 
 
 
  Install Options for PIP package provider (incl. patch)  
 
 
 
 
 
 
 
 
 

Change By:
 
 Liam Monahan 
 
 
 
 
 
 
 
 
 
 Hey,DuetosomespecialrequirementsinmyenvironmentineedsupportforcustominstalloptionsinPIP(andthePIPprovider).Iwroteasmallpatchtothepippackageprovidertosupportthefeatureineeded(custominstalloptionssenttopip).HereisanexampleofwhatIneeded: pre {code} package{'carbon':ensure=installed,provider='pip',require=Package['python-twisted'],install_options=['--prefix=/home/user/graphite','--install-lib=/home/user/graphite/libs'],} /pre {code} SoIextendedthepackageproviderlocallytosupportsuchsyntax.AndI'dliketogetitintegratedupstream.I'vetestedanditworkswellformehere,usingdebian6.Hereisthepatch:(samepatchinunifiedformatisincludedasanattachedfile) pre {code} 12c12has_feature:installable,:uninstallable,:upgradeable,:versionable---has_feature:installable,:uninstallable,:upgradeable,:versionable,:install_options81a82,86endendif@resource[:install_options]@resource[:install_options].eachdo|install_option|args--install-option=+install_option /pre {code} Ifthisdoesntfollowpuppet'sstyleorguidelines,feelfreetopointmetothem.:)-Renato 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 (FACT-1130) Install facter.rb into vendorlibdir instead of vendordir

2015-07-16 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith commented on  FACT-1130 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Install facter.rb into vendorlibdir instead of vendordir  
 
 
 
 
 
 
 
 
 
 
@haus how does this affect our package builds? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4435) Deprecate Puppet WEBrick and Rack servers

2015-07-16 Thread Trevor Vaughan (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Trevor Vaughan commented on  PUP-4435 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Deprecate Puppet WEBrick and Rack servers  
 
 
 
 
 
 
 
 
 
 
Adding this comment to note why this is happening. 
Per Craig Price via the puppet-dev mailing list: 

To Trevor's question of why webrick support will be removed: it's mostly that we intend to move a lot more of the network/HTTP parts of the logic into pure Clojure and it's very expensive and complicated for us to maintain both Ruby and Clojure versions of the code; so there will necessarily be code deleted from the Puppet ruby codebase that would be required in order to run under webrick.
 
Ref: https://groups.google.com/forum/#!topic/puppet-dev/r64jgY2b0sg 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4854) PMT fails to install modules on Windows that have long paths

2015-07-16 Thread Ethan Brown (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ethan Brown commented on  PUP-4854 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: PMT fails to install modules on Windows that have long paths  
 
 
 
 
 
 
 
 
 
 
Merged acceptance fixes to master in https://github.com/puppetlabs/puppet/commit/80bd45b14f7fee3eb2e02e9a1f717477ca0334a2 Merged puppet-specifications to master at https://github.com/puppetlabs/puppet-specifications/commit/72e477abdd20246ba487f9058463386f04d21f49 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4887) Reserved words as hash keys?

2015-07-16 Thread Alexander Fisher (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Fisher created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4887 
 
 
 
  Reserved words as hash keys?  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 7:09 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Alexander Fisher 
 
 
 
 
 
 
 
 
 
 
Hi 
Should it be possible to declare a hash which has a reserved word as a key? 
eg  $myhash =  { key1 = 'val1', type = 'val2' } 
With this code and the future parser you get a parse error. 
 
 
 
 
 
 
Error: Could not parse for environment production: Use of reserved word: type, must be quoted if intended to be a String value
 
 
 
 
 
 
 
The opinion on IRC was that this may be a bug and was worth reporting. Alternatively, perhaps just the documentation needs a note? 
Kind Regards, Alex 
 
 
 
 
 
 
 
 
 
 
 
  

Jira (PUP-4813) Can't generate exit codes 4 or 6 with puppet agent -test

2015-07-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4813 
 
 
 
  Can't generate exit codes 4 or 6 with puppet agent -test  
 
 
 
 
 
 
 
 
 

Change By:
 
 Branan Riley 
 
 
 

Scope Change Reason:
 
 Bandwidth 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4813) Can't generate exit codes 4 or 6 with puppet agent -test

2015-07-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4813 
 
 
 
  Can't generate exit codes 4 or 6 with puppet agent -test  
 
 
 
 
 
 
 
 
 

Change By:
 
 Branan Riley 
 
 
 

Scope Change Category:
 
 Adopted 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4813) Can't generate exit codes 4 or 6 with puppet agent -test

2015-07-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley assigned an issue to Branan Riley 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4813 
 
 
 
  Can't generate exit codes 4 or 6 with puppet agent -test  
 
 
 
 
 
 
 
 
 

Change By:
 
 Branan Riley 
 
 
 

Assignee:
 
 BrananRiley 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1126) Windows timezone fact uses strftime instead of wcsftime.

2015-07-16 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon assigned an issue to Shaigy Nixon 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1126 
 
 
 
  Windows timezone fact uses strftime instead of wcsftime.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Shaigy Nixon 
 
 
 

Assignee:
 
 qa ShaigyNixon 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1126) Windows timezone fact uses strftime instead of wcsftime.

2015-07-16 Thread Chun Du (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Chun Du commented on  FACT-1126 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Windows timezone fact uses strftime instead of wcsftime.  
 
 
 
 
 
 
 
 
 
 
Shaigy Nixon Fix of this bug will roll into PE Shallow Gravy. Please verify ASAP once fix is available.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4813) Can't generate exit codes 4 or 6 with puppet agent -test

2015-07-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4813 
 
 
 
  Can't generate exit codes 4 or 6 with puppet agent -test  
 
 
 
 
 
 
 
 
 

Change By:
 
 Branan Riley 
 
 
 

Sprint:
 
 Client2015- 08 07 - 05 22 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4854) PMT fails to install modules on Windows that have long paths

2015-07-16 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg assigned an issue to qa 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4854 
 
 
 
  PMT fails to install modules on Windows that have long paths  
 
 
 
 
 
 
 
 
 

Change By:
 
 Kylo Ginsberg 
 
 
 

Status:
 
 Readyfor CI Test 
 
 
 

Assignee:
 
 qa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1129) Correctly setup Ruby load path to unbreak loading rbconfig

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1129 
 
 
 
  Correctly setup Ruby load path to unbreak loading rbconfig  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 FACT 3.0.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 9:26 AM 
 
 
 

Environment:
 
 
OpenBSD 5.8, Ruby 2.1.6 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Jasper Lievisse Adriaanse 
 
 
 
 
 
 
 
 
 
 
On OpenBSD we have multiple Ruby versions, where for Ruby 2.1 the loadpath is set to: 
 
 
 
 
 
 
[/usr/local/lib/ruby/site_ruby/2.1, 
 
 
 
 
 /usr/local/lib/ruby/site_ruby/2.1/x86_64-openbsd, 
 
 

Jira (FACT-1130) Install facter.rb into vendorlibdir instead of vendordir

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1130 
 
 
 
  Install facter.rb into vendorlibdir instead of vendordir  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 FACT 3.0.1 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 9:42 AM 
 
 
 

Environment:
 
 
OpenBSD 5.8, Ruby 2.1.6 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Jasper Lievisse Adriaanse 
 
 
 
 
 
 
 
 
 
 
OpenBSD allows for installing multiple Ruby versions at the same time. Due to this, some directories are versioned to prevent conflicts. 
facter.rb was being installed into vendordir, which is unversioned and would thus create a conflict. It should however be installed into vendorlibdir which is versioned. 
On CentOS 7: 
 
 
 
 
 
 
irb(main):001:0 puts RbConfig::CONFIG['vendordir'] 
 
 
 
 

Jira (FACT-1129) Correctly setup Ruby load path to unbreak loading rbconfig

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse commented on  FACT-1129 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Correctly setup Ruby load path to unbreak loading rbconfig  
 
 
 
 
 
 
 
 
 
 
pull request 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1130) Install facter.rb into vendorlibdir instead of vendordir

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse commented on  FACT-1130 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Install facter.rb into vendorlibdir instead of vendordir  
 
 
 
 
 
 
 
 
 
 
pull request 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1808) Ability to monitor PDB status via monitoring endpoints

2015-07-16 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1808 
 
 
 
  Ability to monitor PDB status via monitoring endpoints  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 
 
 
 
 
 
 
 AsaPuppetDBuser,IwanttomonitoritsstatussothatIcanreacttooutagesandmaintainvisibilityofstatusmyPEinfrastructure.*InScope**ImplementstatusmonitoringforPuppetDBviahttps://github.com/puppetlabs/trapperkeeper-status*Canbeaccessedoverhttpsandunauthenticatedhttp*IncludesamorecomprehensiveendpointthatreturnsJSONforintrospectingstatus*Includesaplaintextendpointforsimpleloadbalancers*Notes**NMSimplementedstatusmonitoringusingtrapperkeeper-status,andtheserverteam hasaswell isinprogress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-3782) modules on windows cannot run rake tasks to run unit tests

2015-07-16 Thread Rob Reynolds (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Rob Reynolds commented on  PUP-3782 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: modules on windows cannot run rake tasks to run unit tests  
 
 
 
 
 
 
 
 
 
 
Corey Osman We are fixing our Windows modules now with MODULES-2207. You should look at some of the work we are doing there. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4888) Create Powershell Provider command helper

2015-07-16 Thread Corey Osman (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Corey Osman updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4888 
 
 
 
  Create Powershell Provider command helper  
 
 
 
 
 
 
 
 
 

Change By:
 
 Corey Osman 
 
 
 
 
 
 
 
 
 
 Currentlywhenwecreatecustomprovidersandwanttoshellouttorunasystemcommandthereisahelpercommandthatfindstheabsolutepathtothecommandandcreatesamethodcallfortheprovider.{code:ruby}commands:secedit='secedit'defself.instancesinstances=secedit(['/export','/cfg',inffile,'/quiet'])end/pre{code}Thisworksgreatforanycommandevenonwindows.However,powershellcanoftenprovideabetterinterfacetothesystemthanaoneoffsystemcommandcanprovideespeciallywhenusingexternalmodules.Whenusingexternalmodulesinpowershellitisoftennecessarytoinstallafeatureordownloadthepowershellmodulefromaurl.Soifthesystemdoesnothavethemodulethanthepowershellcommandshouldneverrun.Note:thisrequestisnotaboutinstallingmodules.Tomakecustomprovidersforwindowseasierweneedahelpermethodsimilartothecommandsmethodthatfindspowershellandallthemodulesweneedimported.Anexampleofthisonthecommandline1.powershell2.import-modulegrouppolicy3.Get-GPOThehelpercodeIwouldliketoseeshouldfindsuitabilitybycheckingforinstalledmodulesandoptionallypowershellversion.{code:ruby}Puppet::Type.type(:local_security_policy).provide(:policy)dopowershell:version=2,:imported_modules=['grouppolicy','othermodule'],:name=:gpodefself.instancesgpo(['Get-GPO']).split(\n).each{|p|new(p)}endend{code}NowmywishisthatthispowershellhelperwillcreateainstancemethodcalledgpoandloadallthepowershellmodulesIdefinedandensureitsusingpowershellversion2.Ifanyoftheserequirementsarenotmetthantheproviderwillfailsuitability.Ithinkthisisimportantbecausethesemodulesrepresentadditionalrequirementsthatmustbemetthatwecan'tassumeareonthesystem.  Additionally,Itwillalsobegoodtoallowtheusertopassinthecommandtoruninpowershellaswell.{code:ruby}powershell:version=2,:imported_modules=['grouppolicy','othermodule'],:name=:gpo-list,:command='gpo-list'gpo-list(['--all']){code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
   

Jira (PDB-1788) PR (66): (maint) Update versions to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Steve Barlow (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Barlow updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1788 
 
 
 
  PR (66): (maint) Update versions to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Steve Barlow 
 
 
 

Scope Change Reason:
 
 ReleaseFallout 
 
 
 

Scope Change Category:
 
 Found 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1787) PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Steve Barlow (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Barlow updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1787 
 
 
 
  PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Steve Barlow 
 
 
 

Scope Change Reason:
 
 ReleaseFallout 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1781) PR (1530): (maint) make install_puppetdb and install_puppetdb_terminus versions nil

2015-07-16 Thread Steve Barlow (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Barlow updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1781 
 
 
 
  PR (1530): (maint) make install_puppetdb and install_puppetdb_terminus versions nil  
 
 
 
 
 
 
 
 
 

Change By:
 
 Steve Barlow 
 
 
 

Scope Change Reason:
 
 ReleaseFallout 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1807) PR (1547): (maint) Add access to packaging repo - melissa

2015-07-16 Thread gepetto-bot (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 gepetto-bot commented on  PDB-1807 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: PR (1547): (maint) Add access to packaging repo - melissa  
 
 
 
 
 
 
 
 
 
 
pljenkinsro commented: 
Test PASSed. Refer to this link for build results (access rights to CI server needed):  https://jenkins.puppetlabs.com/job/platform_puppetdb_intn-sys_pr/1668/ 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1803) report hashes can't be used for sync existence checks

2015-07-16 Thread Ryan Senior (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Senior updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1803 
 
 
 
  report hashes can't be used for sync existence checks  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ryan Senior 
 
 
 

Sprint:
 
 PuppetDB2015-08-12 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1781) PR (1530): (maint) make install_puppetdb and install_puppetdb_terminus versions nil

2015-07-16 Thread Steve Barlow (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Barlow updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1781 
 
 
 
  PR (1530): (maint) make install_puppetdb and install_puppetdb_terminus versions nil  
 
 
 
 
 
 
 
 
 

Change By:
 
 Steve Barlow 
 
 
 

Scope Change Category:
 
 Found 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1787) PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr

2015-07-16 Thread Steve Barlow (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steve Barlow updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1787 
 
 
 
  PR (1539): (maint) Update version to 3.0.2-SNAPSHOT - mullr  
 
 
 
 
 
 
 
 
 

Change By:
 
 Steve Barlow 
 
 
 

Scope Change Category:
 
 Found 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1082) pip provider should handle multiple pips/pythons

2015-07-16 Thread Liam Monahan (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Liam Monahan updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-1082 
 
 
 
  pip provider should handle multiple pips/pythons  
 
 
 
 
 
 
 
 
 

Change By:
 
 Liam Monahan 
 
 
 
 
 
 
 
 
 
 ThePipprovidershouldprovideawaytospecifythepathtopip.Thiswouldallowpeopletomanagemultiplepythoninstalls,by point pointing totheonetheywanttoinstallinto.InRHEL,thismakesiteasytohaveanon-systempythoninstalledsomewhere(ie:2.7or3.x)andletpuppetmanagethepythonpackages.Thisisrelatedtobug#15980.(relatedinthewaythatifyoucouldprovidethepathtothepipbinary,15980wouldhaveaworkaround). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1528) Retry sync-related http requests, with backoff

2015-07-16 Thread Ryan Senior (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ryan Senior updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1528 
 
 
 
  Retry sync-related http requests, with backoff  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ryan Senior 
 
 
 

Sprint:
 
 PuppetDB2015-08- 12 26 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1809) Slow response times to aggregate-event-counts endpoint queries

2015-07-16 Thread Michal Ruzicka (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michal Ruzicka assigned an issue to Ryan Senior 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1809 
 
 
 
  Slow response times to aggregate-event-counts endpoint queries  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michal Ruzicka 
 
 
 

Assignee:
 
 RyanSenior 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1809) Slow response times to aggregate-event-counts endpoint queries

2015-07-16 Thread Michal Ruzicka (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michal Ruzicka created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 PuppetDB /  PDB-1809 
 
 
 
  Slow response times to aggregate-event-counts endpoint queries  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PDB 3.0.0 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/07/16 2:31 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Michal Ruzicka 
 
 
 
 
 
 
 
 
 
 
We see slow response times to the aggregate-event-counts endpoint queries, here is how they clocked on a performance testing system with 3214057 records in the PDB's resource_events table: 
 
 
 
 
 
 
[root@lei-puppetdb ~]# time curl -g -G http://localhost:8080/pdb/query/v4/aggregate-event-counts --data-urlencode 'distinct_resources=true' --data-urlencode 'distinct_start_time=2015-07-13T15:55:30Z' --data-urlencode 'distinct_end_time=2015-07-16T15:55:30Z' --data-urlencode 'query=[and,[,report_receive_time,2015-07-16T15:55:30Z],[not,[=,containing_class,null]]]' --data-urlencode 'summarize_by=containing_class' 
 
 
 
 
[ { 
 
 
 

Jira (PUP-2305) atboot time = false always creates /etc/fstab entry

2015-07-16 Thread Paul Raines (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Raines commented on  PUP-2305 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: atboot time = false always creates /etc/fstab entry  
 
 
 
 
 
 
 
 
 
 
Just reporting this is also the case on CentOS/RedHat with 3.7.3 
Looks like atboot is just an ignored option and always treated as true 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4629) Augeas onlyif does not work when using arrays to match against

2015-07-16 Thread Shaigy Nixon (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shaigy Nixon commented on  PUP-4629 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Augeas onlyif does not work when using arrays to match against  
 
 
 
 
 
 
 
 
 
 
Validated on redhat-7-x86_64 on SHA:5db4ab78503f1d2117d93e35deb705d5a5ea7d03 
 
 
 
 
 
 
[root@pqvnkh5kywn34ul manifests]# puppet --version 
 
 
 
 
4.2.0 
 
 
 
 
 
 
 
 
 
[root@pqvnkh5kywn34ul manifests]# cat /etc/ssh/sshd_config | grep PermitRootLogin 
 
 
 
 
#PermitRootLogin yes 
 
 
 
 
# the setting of PermitRootLogin without-password. 
 
 
 
 
 
 
 
 
 
[root@pqvnkh5kywn34ul manifests]# cat /etc/ssh/sshd_config | grep HostKey 
 
 
 
 
# HostKey for protocol version 1 
 
 
 
 
#HostKey /etc/ssh/ssh_host_key 
 
 
 
 

Jira (PUP-4679) I need to add -k to curl by default.

2015-07-16 Thread Aaron Armstrong (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Aaron Armstrong updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-4679 
 
 
 
  I need to add -k to curl by default.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Aaron Armstrong 
 
 
 

Scrum Team:
 
 Integration 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-3673) type validation ignores tags when catalog is being converted to RAL format

2015-07-16 Thread Owen Rodabaugh (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Owen Rodabaugh updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3673 
 
 
 
  type validation ignores tags when catalog is being converted to RAL format  
 
 
 
 
 
 
 
 
 

Change By:
 
 Owen Rodabaugh 
 
 
 

CS Priority:
 
 Reviewed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-1132) dmi resolver for OpenBSD

2015-07-16 Thread Jasper Lievisse Adriaanse (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jasper Lievisse Adriaanse commented on  FACT-1132 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: dmi resolver for OpenBSD  
 
 
 
 
 
 
 
 
 
 
pull request 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4813) Can't generate exit codes 4 or 6 with puppet agent -test

2015-07-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley commented on  PUP-4813 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Can't generate exit codes 4 or 6 with puppet agent -test  
 
 
 
 
 
 
 
 
 
 
[The reason you're not seeing detailed exitcodes in this case is because the mount resource is never actually evaluated - the prefetch for mount fails and causes the transaction to be aborted at that point. This is expected behavior since 

PUP-3656
. 
There are a few things that are actually broken here: 1. The prefetch for mount resources isn't robust in the face of invalid data in the catalog 2. The error reporting when the catalog is aborted due to a prefetch failure is bad, and doesn't point to where the problem really lies 3. The detailed exitcodes are lost when a transaction is aborted halfway through, even though there may be resource change/failure information that should be exposed here. 
Of these, the third is pretty easy to fix - making the result of the catalog application be '3', '5', or '7' when there are changes, errors, or both AS WEL AS another failure that causes a full catalog abort. I'm working on a PR for that and will have it up shortly. 
One and two will require more chatter / design work before we have a solid handle on what we want to do with them. 
With this change, your exit codes would be '3' for the first run (where the file resources apply, and then the prefetch for mount aborts the transaction), and then '1' for the second (because no resources are applied) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





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

Jira (FACT-1133) Facter.value of built-in facts causes unnecessary Ruby object allocations

2015-07-16 Thread Peter Huene (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Huene created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Facter /  FACT-1133 
 
 
 
  Facter.value of built-in facts causes unnecessary Ruby object allocations  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 FACT 3.0.2 
 
 
 

Assignee:
 
 Peter Huene 
 
 
 

Created:
 

 2015/07/16 4:14 PM 
 
 
 

Fix Versions:
 

 FACT 3.0.3 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Peter Huene 
 
 
 
 
 
 
 
 
 
 
In irb: 
 
 
 
 
 
 
.0.0-p598 :001  require 'facter.rb' 
 
 
 
 
 = true 
 
 
 
 
2.0.0-p598 :003  Facter.value(:os).object_id