Jira (PUP-8701) Update to Puppet help in PUP-8646 removed 'help easter egg'; please put it back!

2018-05-07 Thread Adam Buxton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Buxton updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8701  
 
 
  Update to Puppet help in PUP-8646 removed 'help easter egg'; please put it back!   
 

  
 
 
 
 

 
Change By: 
 Adam Buxton  
 

  
 
 
 
 

 
 *Puppet Version: 5.5* *Puppet Server Version:2018.1* *OS Name/Version: all*Describe your issue in as much detail as possible…`puppet help help help help help` is an ages old 'feature' of puppet help, it's an awesome ice breaker and demo tool for tasks etc.  In seriousness the fix is incorrect it allows you to run:puppet helppuppet help helppuppet help help helppuppet help help help help with no error and just the help page being served it only serves the error at the 5th help?*Desired Behavior:*Put it back, `puppet help help help help help` should render asci image  {code}  $ puppet help help help help help -(  _%_/ \ ' /_ - (_) -  _%%%/ \% / , \ %\\ \_   %%   \ \\   )/\_/ /(___. \ '' (/   )---/(_ __ _ ___ ___ __ _ _ _ _ _ ___  / )---...___ =-= = -_= -=_= _-=_-_ -=- =-_,'  ( ```--.._= -_= -_= _-=- -_= _=- ,-') ``--._=-_ =-=_-= _-= _ '-._'-..___( ``-._=_-=_- =_-= ``---__) `-._-=_-_=-   )|)| `-._=-_gnv   '-'-.\_ `-.RELAX, TODAY IS THE FIRST DAY OF THE REST OF YOUR LIFE.Error: Puppet help only takes two (optional) arguments: a subcommand and an actionError: Try 'puppet help help help' for usage{code}  puppet help help should render with colorization or with error to direct people to use the command on another subcommand. puppet help help help help help help ... should render warning*Actual Behavior:*nice error message appears {code:java}  root@master:~ # puppet help help help help helpError: The 'puppet help' command takes two (optional) arguments: a subcommand and an actionError: Try 'puppet help help help' for usage {code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
 

Jira (PUP-8702) Allow (or maybe require) responses to be streamed from Puppet::Rest::Client

2018-05-07 Thread Maggie Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Maggie Dreyer created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8702  
 
 
  Allow (or maybe require) responses to be streamed from Puppet::Rest::Client   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2018/05/07 4:43 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Maggie Dreyer  
 

  
 
 
 
 

 
 The existing HTTP client code in Puppet had the capability to stream responses bolted on fairly late. For this new client, we should make sure that streaming is built into the design. HTTPClient provides an API for chunking responses (https://github.com/nahi/httpclient/blob/master/lib/httpclient.rb#L69-L73) that we should be able to incorporate fairly easily. Because it does not return a raw response object, but rather checks status internally and throws an error if the response is bad, this will require us to change the way we do error handling, which is another argument (besides the obvious one around safety) for having all responses be streamed.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 
  

Jira (PDB-3314) Create an activemq queue extraction tool

2018-05-07 Thread Charlie Sharpsteen (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Charlie Sharpsteen commented on  PDB-3314  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Create an activemq queue extraction tool   
 

  
 
 
 
 

 
 I think this can be closed as "Won't Do" now that PE 2018.1 is out. The main use case for this sort of tool was to dump data out of the command queue so that we could figure out what payloads, or nodes, were submitting commands that failed validation late in the processing pipeline. Usually things like strings containing Unicode NUL characters. Stockpile makes this much more visible. Additionally, PDB-2580 made the "which node(s) did this?!?" question much easier to answer by adding certnames to the error message. So, tracking this down in ActiveMQ is much easier nowadays even without the ability to dump data out of the queue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-4242) Add deprecation warnings for manifests declaring things in wrong namespace

2018-05-07 Thread Craig Gomes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Gomes updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-4242  
 
 
  Add deprecation warnings for manifests declaring things in wrong namespace   
 

  
 
 
 
 

 
Change By: 
 Craig Gomes  
 
 
Sprint: 
 Language Triage Platform Core KANBAN  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-2951) Handle missing postgresql-contrib gracefully

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-2951  
 
 
  Handle missing postgresql-contrib gracefully   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Sprint: 
 Hopper/Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-2211) refine our strategy around uuid/bytea columns

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-2211  
 
 
  refine our strategy around uuid/bytea columns   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Sprint: 
 Data Platform 2018-05-23 Hopper/Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3792) (maint) Bump to ezbake 1.7.3

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3792  
 
 
  (maint) Bump to ezbake 1.7.3   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Flagged: 
 Impediment  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3792) (maint) Bump to ezbake 1.7.3

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3792  
 
 
  (maint) Bump to ezbake 1.7.3   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Flagged: 
 Impediment  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-2155) routes.yaml not managed properly

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-2155  
 
 
  routes.yaml not managed properly   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Labels: 
 puppetdb pdb-module  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3496) UnPSONify the terminus once puppetserver has been JSONified

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3496  
 
 
  UnPSONify the terminus once puppetserver has been JSONified   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Sprint: 
 Hopper/Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3268) Don't just return nothing from applied-migrations if the query fails

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3268  
 
 
  Don't just return nothing from applied-migrations if the query fails   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Sprint: 
 Hopper/Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3922) Build from source instructions don't work outside our network

2018-05-07 Thread Rob Browning (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rob Browning updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3922  
 
 
  Build from source instructions don't work outside our network   
 

  
 
 
 
 

 
Change By: 
 Rob Browning  
 
 
Sprint: 
 Hopper/Triage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8701) Update to Puppet help in PUP-8646 removed 'help easter egg'; please put it back!

2018-05-07 Thread Nate McCurdy (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nate McCurdy updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8701  
 
 
  Update to Puppet help in PUP-8646 removed 'help easter egg'; please put it back!   
 

  
 
 
 
 

 
Change By: 
 Nate McCurdy  
 
 
Summary: 
 Update to Puppet help in  Pup  PUP -8646  as  removed 'help easter egg' ;  please put it back!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8701) Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!

2018-05-07 Thread Nate McCurdy (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nate McCurdy commented on  PUP-8701  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!   
 

  
 
 
 
 

 
 Here is the tragic event: https://github.com/puppetlabs/puppet/commit/b5dc2e4a40377109eaff84075cbceb19143e4dcd  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8701) Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!

2018-05-07 Thread Adam Buxton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Buxton updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8701  
 
 
  Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!   
 

  
 
 
 
 

 
Change By: 
 Adam Buxton  
 
 
Attachment: 
 adam-buxton.pdf  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8701) Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!

2018-05-07 Thread Ben Ford (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Ford updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8701  
 
 
  Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!   
 

  
 
 
 
 

 
Change By: 
 Ben Ford  
 

  
 
 
 
 

 
 *Puppet Version: 5.5* *Puppet Server Version:2018.1* *OS Name/Version: all*Describe your issue in as much detail as possible…`puppet help help help help help` is an ages old 'feature' of puppet help, it's an awesome ice breaker and demo tool for tasks etc.  In seriousness the fix is incorrect it allows you to run:puppet helppuppet help helppuppet help help helppuppet help help help help with no error and just the help page being served it only serves the error at the 5th help?*Desired Behavior:*Put it back, `puppet help help help help help` should render asci image {code}$ puppet help help  help help help -(  _%_/ \ ' /_ - (_) -  _%%%/ \% / , \ %\\ \_   %%   \ \\   )/\_/ /(___. \ '' (/   )---/(_ __ _ ___ ___ __ _ _ _ _ _ ___  / )---...___ =-= = -_= -=_= _-=_-_ -=- =-_,'  ( ```--.._= -_= -_= _-=- -_= _=- ,-') ``--._=-_ =-=_-= _-= _ '-._'-..___( ``-._=_-=_- =_-= ``---__) `-._-=_-_=-   )|)| `-._=-_gnv   '-'-.\_ `-.RELAX, TODAY IS THE FIRST DAY OF THE REST OF YOUR LIFE.Error: Puppet help only takes two (optional) arguments: a subcommand and an actionError: Try 'puppet help help help' for usage{code}puppet help help  should render with colorization or with error to direct people to use the command on another subcommand. puppet help help help help help help ... should render warning*Actual Behavior:*nice error message appears {code:java}root@master:~ # puppet help help help help helpError: The 'puppet help' command takes two (optional) arguments: a subcommand and an actionError: Try 'puppet help help help' for usage {code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
  

Jira (PUP-8701) Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!

2018-05-07 Thread Adam Buxton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Buxton created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8701  
 
 
  Update to Puppet help in Pup-8646 as removed 'help easter egg' please put it back!   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2018/05/07 12:18 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Adam Buxton  
 

  
 
 
 
 

 
 Puppet Version: 5.5 Puppet Server Version:2018.1 OS Name/Version: all Describe your issue in as much detail as possible… `puppet help help help help help` is an ages old 'feature' of puppet help, it's an awesome ice breaker and demo tool for tasks etc.    In seriousness the fix is incorrect it allows you to run: puppet help puppet help help puppet help help help puppet help help help help  with no error and just the help page being served it only serves the error at the 5th help? Desired Behavior: Put it back, `puppet help help help help help` should render asci image puppet help help should render with colorization or with error to direct people to use the command on another subcommand.  puppet help help help help help help ... should render warning Actual Behavior: nice error message appears   
 
 
 
 
 root@master:~ # puppet help help help help help  
 
 
 Error: The 'puppet help' command takes two (optional) arguments: a subcommand and an action  
 
 
 Error: Try 'puppet help help help' for usage   
 
 
 

Jira (PDOC-187) Strings 2.0.0 improvements blog post

2018-05-07 Thread Hunter (Hunner) Haugen (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hunter (Hunner) Haugen commented on  PDOC-187  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Strings 2.0.0 improvements blog post   
 

  
 
 
 
 

 
 Bah, wrong ticket  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (BOLT-486) Bolt plan help mentions using --query

2018-05-07 Thread Cas Donoghue (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cas Donoghue assigned an issue to Cas Donoghue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-486  
 
 
  Bolt plan help mentions using --query   
 

  
 
 
 
 

 
Change By: 
 Cas Donoghue  
 
 
Assignee: 
 Cas Donoghue  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-3922) Build from source instructions don't work outside our network

2018-05-07 Thread Ben Ford (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Ford created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-3922  
 
 
  Build from source instructions don't work outside our network   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 DOCS  
 
 
Created: 
 2018/05/07 11:47 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Ben Ford  
 

  
 
 
 
 

 
 The instructions at https://puppet.com/docs/puppetdb/latest/install_from_source.html#step-2-option-a-install-from-source apparently don't work outside of our internal network because during the ezbake step, it makes a network request to artifactory.delivery.puppetlabs.net and then fails because that name doesn't resolve outside our network.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

Jira (BOLT-484) Default transport cannot be configured from bolt.yaml

2018-05-07 Thread Nick Lewis (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Lewis assigned an issue to Nick Lewis  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-484  
 
 
  Default transport cannot be configured from bolt.yaml   
 

  
 
 
 
 

 
Change By: 
 Nick Lewis  
 
 
Assignee: 
 Nick Lewis  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8576) Extract scheduled_task type/provider into a module

2018-05-07 Thread Ethan Brown (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ethan Brown commented on  PUP-8576  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Extract scheduled_task type/provider into a module   
 

  
 
 
 
 

 
 The type / provider from Puppet has already been moved to the new module. https://github.com/puppetlabs/puppetlabs-scheduled_task/blob/master/lib/puppet/type/scheduled_task.rb https://github.com/puppetlabs/puppetlabs-scheduled_task/blob/master/lib/puppet/provider/scheduled_task/win32_taskscheduler.rb Note that after some discussion we did refactor the old win32_taskscheduler provider such that it maintains V1 compatibility, but uses API version 2 under the hood. This should be invisible to end users. The module also defaults to using the new taskscheduler_api2 provider.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8582) Add vendor_modules to basemodulepath

2018-05-07 Thread Craig Gomes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Gomes assigned an issue to Melissa Stone  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8582  
 
 
  Add vendor_modules to basemodulepath   
 

  
 
 
 
 

 
Change By: 
 Craig Gomes  
 
 
Assignee: 
 Josh Cooper Melissa Stone  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8698) puppet module generate broken w/o stdlib

2018-05-07 Thread Jesse Scott (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Scott commented on  PUP-8698  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet module generate broken w/o stdlib   
 

  
 
 
 
 

 
 Hi Joaquin Menchaca, You are correct that the `puppet module generate` command, by default, generates a module with a dependency on the puppetlabs-stdlib module. That dependency is located in the modules metadata.json file and can be safely removed if desired. However it appears that in this case, your module still applied the desired changes. The only output related to the stdlib dependency that I see is a warning (not an error). Was there other behavior you observed that suggested the module was not doing what you expected? The line below indicates that Puppet managed the content of the templated file:  
 
 
 
 
 Notice: /Stage[main]/Bar/File[/var/www/html/index.html]/content: content changed '{md5}c32ad802df5abca941d784abf642e7fd' to '{md5}2d60ab375367b3e2996c7c1803009d55'
  
 
 
 
  You may also want to investigate using the Puppet Development Kit to create and test modules in the future. PDK incorporates the latest module development patterns and best practices from the community: 
 
Download PDK: https://puppet.com/download-puppet-development-kit 
Docs: https://puppet.com/docs/pdk/1.x/pdk.html 
    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 
  

Jira (BOLT-462) Function to query puppetdb from plans.

2018-05-07 Thread Alex Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dreyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-462  
 
 
  Function to query puppetdb from plans.
 

  
 
 
 
 

 
Change By: 
 Alex Dreyer  
 
 
Release Notes Summary: 
 Add the {{puppetdb_query}} function to the plan language. This relies on the puppetdb section of the bolt config.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8700) --extra cli option is nonfunctional

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8700  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: --extra cli option is nonfunctional   
 

  
 
 
 
 

 
 Faces never attempts to parse the argument into a hash, so it's never going to work from the command line. I'm not sure if any faces rely on being able to do this programmatically. Probably best to just remove it from the CLI help output.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8700) --extra cli option is nonfunctional

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8700  
 
 
  --extra cli option is nonfunctional   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Coremunity  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (BOLT-451) I would like to suppress notice level run_* logging in my plan

2018-05-07 Thread Alex Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dreyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-451  
 
 
  I would like to suppress notice level run_* logging in my plan   
 

  
 
 
 
 

 
Change By: 
 Alex Dreyer  
 
 
Fix Version/s: 
 BOLT Next  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (BOLT-451) I would like to suppress notice level run_* logging in my plan

2018-05-07 Thread Alex Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dreyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-451  
 
 
  I would like to suppress notice level run_* logging in my plan   
 

  
 
 
 
 

 
Change By: 
 Alex Dreyer  
 
 
Component/s: 
 DOCS  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (BOLT-451) I would like to suppress notice level run_* logging in my plan

2018-05-07 Thread Alex Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dreyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-451  
 
 
  I would like to suppress notice level run_* logging in my plan   
 

  
 
 
 
 

 
Change By: 
 Alex Dreyer  
 
 
Release Notes Summary: 
 This adds a new function {{without_default_logging}} that allows the default notice level action logging to be suppressed while executing a block.  
 
 
Release Notes: 
 New Feature  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8699) puppet device application should support outputting facts

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8699  
 
 
  puppet device application should support outputting facts   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Modules  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8684) Allow overriding Facter config (specifically external facts dir) when calling Puppet

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8684  
 
 
  Allow overriding Facter config (specifically external facts dir) when calling Puppet   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Platform OS  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8687) Should log JSON in newline-delimited format

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8687  
 
 
  Should log JSON in newline-delimited format   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Coremunity  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8698) puppet module generate broken w/o stdlib

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8698  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: puppet module generate broken w/o stdlib   
 

  
 
 
 
 

 
 ping David Schmitt, Jesse Scott  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8698) puppet module generate broken w/o stdlib

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8698  
 
 
  puppet module generate broken w/o stdlib   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Puppet Developer Experience  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8698) puppet module generate broken w/o stdlib

2018-05-07 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8698  
 
 
  puppet module generate broken w/o stdlib   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Component/s: 
 PMT  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8697) Write integration level test for Puppet::Rest::Client

2018-05-07 Thread Maggie Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Maggie Dreyer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8697  
 
 
  Write integration level test for Puppet::Rest::Client   
 

  
 
 
 
 

 
Change By: 
 Maggie Dreyer  
 

  
 
 
 
 

 
 We should write some RSpec tests that exercise {{Puppet::Rest::Client}} to make real HTTP requests using the HTTPClient backing library against a fake server. This ticket includes doing the research to figure out a good library for standing up mock HTTP servers in Ruby unit tests. Update: we are already pulling in both WebMock and VCR, which both seem like good options. I think it makes sense to use WebMock for generic testing of the client, and then we can consider using VCR to test the real endpoints, e.g. for downloading certs and CRLs, unless we feel that is already sufficiently covered in puppetserver tests or beaker acceptance tests.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





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

Jira (BOLT-462) Function to query puppetdb from plans.

2018-05-07 Thread Alex Dreyer (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Dreyer assigned an issue to Lucy Wyman  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet Task Runner /  BOLT-462  
 
 
  Function to query puppetdb from plans.
 

  
 
 
 
 

 
Change By: 
 Alex Dreyer  
 
 
Assignee: 
 Alex Dreyer Lucy Wyman  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8603) Move math functions abs, ceil, floor, round, min, max from stdlib to puppet

2018-05-07 Thread Thomas Hallgren (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Hallgren assigned an issue to Henrik Lindberg  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8603  
 
 
  Move math functions abs, ceil, floor, round, min, max from stdlib to puppet   
 

  
 
 
 
 

 
Change By: 
 Thomas Hallgren  
 
 
Assignee: 
 Thomas Hallgren Henrik Lindberg  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8693) Add a compare() function

2018-05-07 Thread Thomas Hallgren (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Hallgren assigned an issue to Henrik Lindberg  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8693  
 
 
  Add a compare() function   
 

  
 
 
 
 

 
Change By: 
 Thomas Hallgren  
 
 
Assignee: 
 Thomas Hallgren Henrik Lindberg  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-8605) Move sort function from stdlib to puppet

2018-05-07 Thread Thomas Hallgren (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Hallgren assigned an issue to Henrik Lindberg  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8605  
 
 
  Move sort function from stdlib to puppet   
 

  
 
 
 
 

 
Change By: 
 Thomas Hallgren  
 
 
Assignee: 
 Thomas Hallgren Henrik Lindberg  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
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 https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.