Jira (PUP-3562) can't make list of keys from hash using lambda stuff

2014-10-29 Thread Will Partain (JIRA)
Title: Message Title










 

 Will Partain updated an issue


















 Puppet /  PUP-3562



  can't make list of keys from hash using lambda stuff 










Replaces busted one that I supplied to begin with (sorry).










Change By:

 Will Partain




Attachment:

 puppet-lambda-thing.tar.gz












   

 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-3562) can't make list of keys from hash using lambda stuff

2014-10-29 Thread Will Partain (JIRA)
Title: Message Title










 

 Will Partain updated an issue


















 Puppet /  PUP-3562



  can't make list of keys from hash using lambda stuff 










Change By:

 Will Partain




Attachment:

 puppet-lambda-thing.tar.gz












   

 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-3562) can't make list of keys from hash using lambda stuff

2014-10-29 Thread Will Partain (JIRA)
Title: Message Title










 

 Will Partain commented on an issue


















  Re: can't make list of keys from hash using lambda stuff 










I replaced the (version-control-challenged) attachment that I supplied initially – sorry.
Not too importantly: I added a third snippet of code that uses 'reduce'. That result also looks wonky to me, but hey (that's not the main point).












   

 Add Comment

























 Puppet /  PUP-3562



  can't make list of keys from hash using lambda stuff 







 As per attached worked (tiny) example (NB: future parser): I am trying to do simple data transformation -- select entries from a hash, then make a list of those entries' keys -- and the result (a) isn't what I want and (b) seems sorta wonky.   See README and (very small) bit of code in the attachment.   If I have not understood something on this stuff...















 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 

Jira (PUP-3562) can't make list of keys from hash using lambda stuff

2014-10-28 Thread Will Partain (JIRA)
Title: Message Title










 

 Will Partain created an issue


















 Puppet /  PUP-3562



  can't make list of keys from hash using lambda stuff 










Issue Type:

  Bug




Affects Versions:


 PUP 3.7.2




Assignee:


 Unassigned




Attachments:


 puppet-lambda-thing.tar.gz




Created:


 28/Oct/14 7:00 PM




Environment:


debian/jessie/amd64




Priority:

  Normal




Reporter:

 Will Partain










As per attached worked (tiny) example (NB: future parser): I am trying to do simple data transformation – select entries from a hash, then make a list of those entries' keys – and the result (a) isn't what I want and (b) seems sorta wonky.
See README and (very small) bit of code in the attachment.
If I have not understood something on this stuff, perhaps a well-placed example in the documentation would help . Thanks.








 

Jira (PUP-3258) puppet apply + ENC + 3.7.x: does not read the .pp file

2014-09-16 Thread Will Partain (JIRA)
Title: Message Title










 

 Will Partain created an issue


















 Puppet /  PUP-3258



  puppet apply + ENC + 3.7.x: does not read the .pp file 










Issue Type:

  Bug




Affects Versions:


 3.7.0




Assignee:


 Unassigned




Attachments:


 puppet-vapply-bug.tar.gz




Created:


 16/Sep/14 9:01 AM




Environment:


Debian jessie/amd64




Priority:

  Normal




Reporter:

 Will Partain










Running 'puppet apply' with an ENC and a .pp file on the command line (full example supplied): at 3.6.1, the 'notice's in the .pp file are executed; at 3.7.x, they are not. 'puppet agent' 3.7.x does the right thing (same as 3.6.1).
See the README file in the attached .tar.gz (a complete example). I ran './vapply --noop' (it needed sudo in my case; maybe not for you).
I have no idea on the possible cause; maybe I missed something.