Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal cluster node name #163

Closed
thierrymarianne opened this issue Dec 22, 2013 · 2 comments
Closed

Illegal cluster node name #163

thierrymarianne opened this issue Dec 22, 2013 · 2 comments

Comments

@thierrymarianne
Copy link

I've received this error message while attempting to use rabbitmq module:

Error: Illegal name. The given name _cluster_nodes does not conform to the naming rule \A((::)?[a-z0-9]w*)(::[a-z0-9]w*)*\z at /etc/puppet/modules/rabbitmq/manifests/config.pp:45:5

I've just followed the first basic example as suggested by the documentation :

class { 'rabbitmq':
    service_manage      => false,
    port                => '5672',
    delete_guest_user   => true,
}

I've renamed the $_cluster_nodes variable to $cluster_nodes_ both in rabbitmq.config.erb and config.pp. Is there anything else to do? Is that a proper fix?

@thierrymarianne
Copy link
Author

@apenney Do you think there would be something else which could be accomplished before merge here?

@wyardley
Copy link
Contributor

Sounds like this was resolved via #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants