Jira (PUP-9196) Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace

2020-03-04 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-9196  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace   
 

  
 
 
 
 

 
 The host type was moved to a module in puppet 6. So any changes would need to be applied to the module and possibility backported to puppet 5.5.x (or not).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.278670.1538573698000.5343.1583392080320%40Atlassian.JIRA.


Jira (PUP-9196) Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace

2020-03-04 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9196  
 
 
  Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Team: 
 Coremunity Night's Watch  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.278670.1538573698000.5342.1583392080277%40Atlassian.JIRA.


Jira (PUP-9196) Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace

2020-03-04 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9196  
 
 
  Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Component/s: 
 Language  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.278670.1538573698000.5336.1583392020113%40Atlassian.JIRA.


Jira (PUP-9196) Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace

2018-10-03 Thread Kevin Reeuwijk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kevin Reeuwijk created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-9196  
 
 
  Host type raises error for use of whitespace in host_aliases attribute while array delimiter is a whitespace   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 6.0.0, PUP 5.5.6  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Language  
 
 
Created: 
 2018/10/03 6:34 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Kevin Reeuwijk  
 

  
 
 
 
 

 
 Puppet Version: verified on 5.5.x and 6.x Puppet Server Version: 2018.1 OS Name/Version: CentOS 7.5.1804 It's impossible to provide a valid array of host_aliases to the Host resource from the 'puppet resource' command line, due to an erroneous validation error in the Host type definition. On lines 39-41 of /opt/puppetlabs/puppet/vendor_modules/host_core/lib/puppet/type/host.rb it defines the array delimiter as a space:    
 
 
 
 
 def delimiter  
 
 
   ' '  
 
 
 end