Jira (PUP-4446) error message for cannot reassign variable should have quotes around variable

2015-04-30 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson commented on  PUP-4446 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: error message for cannot reassign variable should have quotes around variable  
 
 
 
 
 
 
 
 
 
 
agreed.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4446) error message for cannot reassign variable should have quotes around variable

2015-04-30 Thread Henrik Lindberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Lindberg commented on  PUP-4446 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: error message for cannot reassign variable should have quotes around variable  
 
 
 
 
 
 
 
 
 
 
I think this got fixed as part of the $title and $name reassignment improvements in error messages. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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-4446) error message for cannot reassign variable should have quotes around variable

2015-04-21 Thread Eric Thompson (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Eric Thompson created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-4446 
 
 
 
  error message for cannot reassign variable should have quotes around variable  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/04/21 10:39 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Eric Thompson 
 
 
 
 
 
 
 
 
 
 
... to make it consistent with other error messages and more quickly readable: 
 
 
 
 
 
 
[root@plgf5s85ojlj8m1 puppet]# puppet apply split_assign.pp 
 
 
 
 
Error: Evaluation Error: Unknown function: 'split_titles'. at /opt/puppet-git-repos/puppet/split_assign.pp:2:39 on node plgf5s85ojlj8m1.delivery.puppetlabs.net 
 
 
 
 
Error: Evaluation Error: Unknown function: 'split_titles'. at /opt/puppet-git-repos/puppet/split_assign.pp:2:39 on node plgf5s85ojlj8m1.delivery.puppetlabs.net 
 
 
 
 
[root@p