-
-
Notifications
You must be signed in to change notification settings - Fork 498
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Per the docs, you should be able to see the current users with puppet resource rabbitmq_user.
That currently gives an error on both puppet 3.1.1 & 3.3.2:
Error: Could not run: Validation of Rabbitmq_user[guest] failed: must set password when creating user
Wrapped exception:
must set password when creating user
Manifest on master:
class {'::rabbitmq':
}
rabbitmq_user { 'usernamehere':
admin => true,
password => 'XXXX',
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working