Jira (PUP-8327) Optimize TypeParser for common data type string

2018-02-03 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8327  
 
 
  Optimize TypeParser for common data type string   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Sub-team: 
 Language  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.1#75006-sha1:7df2574)  
 
 

 
   
 

  
 

  
 

   





-- 
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-8327) Optimize TypeParser for common data type string

2018-02-03 Thread Josh Cooper (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-8327  
 
 
  Optimize TypeParser for common data type string   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Sprint: 
 Platform Core KANBAN  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.1#75006-sha1:7df2574)  
 
 

 
   
 

  
 

  
 

   





-- 
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-6702) Windows service in Paused state cannot be managed

2018-02-03 Thread Ethan Brown (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ethan Brown commented on  PUP-6702  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Windows service in Paused state cannot be managed   
 

  
 
 
 
 

 
 Yes Owen Rodabaugh, we have multiple issues grouped together here because the error message presented is the same. The puppet_agent upgrade issue where pxp-agent fails to restart due to OpenSSL libraries present on the system should be spun off into a new issue. This ticket was originally about something completely different.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.1#75006-sha1:7df2574)  
 
 

 
   
 

  
 

  
 

   





-- 
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 (FACT-473) facter handles zfs installed but not running poorly with stderr output

2018-02-03 Thread Tim Hughes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Hughes commented on  FACT-473  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: facter handles zfs installed but not running poorly with stderr output   
 

  
 
 
 
 

 
 [root@titanium ~]# facter --version  2.4.3 [root@titanium ~]# facter |head -n4 connect: No such file or directory Please make sure that the zfs-fuse daemon is running. internal error: failed to initialize ZFS library architecture => x86_64 augeasversion => 1.9.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.1#75006-sha1:7df2574)  
 
 

 
   
 

  
 

  
 

   





-- 
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-3321) config set adds a preceding newline to value if previous value was empty

2018-02-03 Thread Jorie Tappa (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jorie Tappa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-3321  
 
 
  config set adds a preceding newline to value if previous value was empty   
 

  
 
 
 
 

 
 You can manually test by setting an empty setting, then setting a value to that same setting. The set value should end up on the same line as the setting, and setting another setting's value after this shouldn't result in a parse error.  
 

  
 
 
 
 

 
Change By: 
 Jorie Tappa  
 
 
QA Risk Assessment: 
 Manual  
 
 
Release Notes Summary: 
 Previously, if you tried to add a value to an existing setting that had no value using {{puppet config}}, it would place it on the following line in the conf file. Then when you would try to edit any other setting in the file with {{puppet config}} it would result in a ParseError and add even more extra blank lines to the setting. This solution strips any existing newline characters on the setting before attempting to set the value.  
 
 
Release Notes: 
 Bug Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment