Jira (PUP-7935) Prefetching custom types not possible if namevar is not "name"

2018-06-14 Thread Adam Gardner (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Gardner commented on  PUP-7935  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Prefetching custom types not possible if namevar is not "name"   
 

  
 
 
 
 

 
 Is there any intent to address this at some point?  
 

  
 
 
 
 

 
 
 

 
 
 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-7935) Prefetching custom types not possible if namevar is not "name"

2017-09-11 Thread Adrien Thebo (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Adrien Thebo updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7935 
 
 
 
  Prefetching custom types not possible if namevar is not "name"  
 
 
 
 
 
 
 
 
 

Change By:
 
 Adrien Thebo 
 
 
 

Team:
 
 Platform Core 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-7935) Prefetching custom types not possible if namevar is not "name"

2017-09-11 Thread Reinhard Vicinus (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Reinhard Vicinus created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-7935 
 
 
 
  Prefetching custom types not possible if namevar is not "name"  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 4.10.7 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2017/09/11 1:21 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Reinhard Vicinus 
 
 
 
 
 
 
 
 
 
 
Is it a bug or a feature that it is not possible to prefetch custom types if the namevar parameter is not named "name", because in puppet/provider.rb: @property_hash[:name] is hardcoded. 
Here an simple example for clarification of the issue: 
 
 
 
 
 
 
test/lib/puppet/type/touchfile.rb 
 
 
 
 
 
 
Puppet::Type.newtype(:touchfile) do