Issue #3944 has been updated by seph seph.

Status changed from Unreviewed to Rejected

Actually, I think I was just being confused by #3942 and that there is no bug 
here.
----------------------------------------
Bug #3944: Can't set a host type to $ipaddress
http://projects.puppetlabs.com/issues/3944

Author: seph seph
Status: Rejected
Priority: Normal
Assigned to: 
Category: 
Target version: 
Affected version: 0.25.4
Keywords: 
Branch: 


I'm not really sure what to make of this. I have the following stanza:

    notice("ip is $ipaddress")
    host{ "$fqdn":
      ip    => "$ipaddress",
      alias => "$hostname",
    }

If I stick that into my basenode (which is inherited by the nodes) I get an 
error about an invalid IP address and the following in my puppetd logs:
`(Scope(Node[basenode])) ip is 10.41.99.102`

But, if I stick that into a temp file, and call it directly with puppet, it 
correctly runs.

This is with the ubuntu lucid package of 0.25.4


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to