Jira (PUP-488) Test ResourceType[x] (a.k.a resource params access)

2014-06-18 Thread Justin Holguin (JIRA)
Title: Message Title










 

 Justin Holguin updated an issue


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Justin Holguin




Labels:

 docs_reviewed












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-11 Thread Kenn Hussey (JIRA)
Title: Message Title










 

 Kenn Hussey updated an issue


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Kenn Hussey




Sprint:

 Week2014-4-30to2014-5-7 ,Week2014-5-7to2014-5-14












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-09 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker assigned an issue to Andy Parker


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Andy Parker




Assignee:

 AndyParker












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-09 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker commented on an issue


















  Re: Test ResourceType[x] (a.k.a resource params access) 










Tests merged into master in 71873e












   

 Add Comment

























 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 







 An expressions such as:  * File['title'][ensure]   should produce the value of the ensure attribute of the reference File instance.   -(Current 4x implementation treats this as an error, but is easily changed to become an attribute lookup).-















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-09 Thread Joshua Partlow (JIRA)
Title: Message Title










 

 Joshua Partlow commented on an issue


















  Re: Test ResourceType[x] (a.k.a resource params access) 










I've added notes in pre-docs about the gotchas of resource attribute reference: https://github.com/puppetlabs/pre-docs/commit/fa8d80f367876d3183d283b48fbd1cb1bca3c3a7












   

 Add Comment

























 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 







 An expressions such as:  * File['title'][ensure]   should produce the value of the ensure attribute of the reference File instance.   -(Current 4x implementation treats this as an error, but is easily changed to become an attribute lookup).-















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-09 Thread Joshua Partlow (JIRA)
Title: Message Title










 

 Joshua Partlow updated an issue


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Joshua Partlow




Component/s:

 DOCS












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-09 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg commented on an issue


















  Re: Test ResourceType[x] (a.k.a resource params access) 










Reading the pre-docs; I was not aware that it gets the defaults out of the context where the lookup is performed as opposed to what the actual defaults will be. That is totally confusing... It is then better to not try to lookup the defaults at all, and just return values set by manifests.
If users wants to read what is in Catalog, it may be better to nagivate to there using a CatalogType, that is parameterized with the reference that is wanted - e.g. Catalog[File[/whoami]][owner] as opposed to just File[/whoami][owner].













   

 Add Comment

























 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 







 An expressions such as:  * File['title'][ensure]   should produce the value of the ensure attribute of the reference File instance.   -(Current 4x implementation treats this as an error, but is easily changed to become an attribute lookup).-















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to 

Jira (PUP-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-05 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg updated an issue


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Henrik Lindberg









 Anexpressionssuchas:*File['title'][ensure]shouldproducethevalueoftheensureattributeofthereferenceFileinstance. {strike} (Current4ximplementationtreatsthisasanerror,butiseasilychangedtobecomeanattributelookup). {strike}












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-05-05 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg updated an issue


















 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 










Change By:

 Henrik Lindberg









 Anexpressionssuchas:*File['title'][ensure]shouldproducethevalueoftheensureattributeofthereferenceFileinstance. {strike} - (Current4ximplementationtreatsthisasanerror,butiseasilychangedtobecomeanattributelookup). {strike} -












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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-488) Test ResourceType[x] (a.k.a resource params access)

2014-04-26 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg commented on an issue


















  Re: Test ResourceType[x] (a.k.a resource params access) 










The handling of meta parameters needs to be specified and implemented. Meta parameters are not handled uniformly and it is undefined what they are at any given moment in time during evaluation - some are partially specified during evaluation and get their full value value at the end  some have defaults, but these defaults are not computed the same way as regular parameter defaults. 












   

 Add Comment

























 Puppet /  PUP-488



  Test ResourceType[x] (a.k.a resource params access) 







 An expressions such as:  * File['title'][ensure]   should produce the value of the ensure attribute of the reference File instance.   (Current 4x implementation treats this as an error, but is easily changed to become an attribute lookup).















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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.