Jira (PUP-3738) A define's parameters default to the value of a facter variable of the same name

2014-12-04 Thread JIRA
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Björn Stabel created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3738 
 
 
 
  A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.7.3 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2014/12/04 3:38 AM 
 
 
 

Environment:
 
 
Ubuntu 12.04 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Björn Stabel 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
$ FACTER_arg_without_default='factervalue' puppet apply -e ' 
 
 
 
 
define mydefine ( 
 
 
 
 
$arg_without_default 
 

Jira (PUP-3738) A define's parameters default to the value of a facter variable of the same name

2017-05-15 Thread Sean McDonald (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Sean McDonald updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3738 
 
 
 
  A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 

Change By:
 
 Sean McDonald 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-3738) A define's parameters default to the value of a facter variable of the same name

2017-05-15 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper commented on  PUP-3738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 
 
Looks like it's working correctly now: 
 
 
 
 
 
 
[root@dhr7f9xd2go0kbp ~]# FACTER_arg_without_default='factervalue' puppet apply -e ' 
 
 
 
 
> define mydefine ( 
 
 
 
 
> $arg_without_default 
 
 
 
 
> ) { 
 
 
 
 
> notice($arg_without_default) 
 
 
 
 
> } 
 
 
 
 
> mydefine { 'test_with_undef': 
 
 
 
 
> arg_without_default => undef 
 
 
 
 
> } 
 
 
 
 
> ' 
 
 
 
 
Notice: Scope(Mydefine[test_wi

Jira (PUP-3738) A define's parameters default to the value of a facter variable of the same name

2017-05-15 Thread JIRA
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Björn Stabel commented on  PUP-3738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 
 
Thanks for verifying that this is fixed in Puppet 4 before throwing it in the bin, Josh Cooper. tbh, I totally forgot about this issue after 2.5 years  I guess that "technical direction" Eric Delaney was talking about, is declaring all remaining Puppet3 bugs as features and moving on with Puppet 4?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-3738) A define's parameters default to the value of a facter variable of the same name

2017-05-15 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper commented on  PUP-3738 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 
 
Hi Björn Stabel, unfortunately we are a small team, and the backlog of tickets has exceeded our capacity. We are trying to make up for that difference. There were many language changes between puppet 3 and 4, and many of the "unspecified" behaviors in early puppet have been fixed in puppet 4. This is a good example of the changes we've been making, but sorry it's taken so long to respond. Better late than never? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-3738) A define's parameters default to the value of a facter variable of the same name

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-3738 
 
 
 
  A define's parameters default to the value of a facter variable of the same name  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.