Issue #2672 has been updated by James Turnbull.

Status changed from Ready for Checkin to Closed

Pushed in commit:"bfba2cdf8787f1e7fa778bba1b74c03fc06634cd" in branch 0.25.x
----------------------------------------
Bug #2672: Cannot have underscores in node name
http://projects.reductivelabs.com/issues/2672

Author: Craig Miskell
Status: Closed
Priority: Normal
Assigned to: James Turnbull
Category: node
Target version: 0.25.1
Affected version: 0.25.1rc1
Keywords: 
Branch: masterzen:tickets/0.25.x/2672


The following configuration doesn't work in 0.25.1rc1, but did in 0.25.0 (note: 
0.25.1rc1 not available in the version dropdown)
node "base_opus_server" {
...
}

node "base_vpn_router" inherits "base_opus_server" {
...
}

node /^[a-z][a-z]rt01.opus.co.nz$/ inherits "base_vpn_router" {
...
}

When runnign puppet from a node that matches the regex (e.g. 
bcrt01.opus.co.nz), the following appears in the puppetmaster logs:
Could not find node 'baseopusserver' on node cgrt01.opus.co.nz

If I change my node names to not have underscores, it all works as it did 
before.  While not critical, I can't come up with a reason why underscores 
shouldn't be allowed.  I would speculate it's something to do with the recent 
regex changes, but haven't dug further.



-- 
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://reductivelabs.com/redmine/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