Use correct port numbers
This commit is contained in:
parent
e2d4eca435
commit
c0d2bfb27a
@ -16,10 +16,10 @@ input:
|
||||
value: 'node1'
|
||||
port:
|
||||
schema: int!
|
||||
value: ''
|
||||
value: 5672
|
||||
management_port:
|
||||
schema: int!
|
||||
value: ''
|
||||
value: 15672
|
||||
git:
|
||||
schema: {repository: str!, branch: str!}
|
||||
value: {repository: 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git', branch: '5.1.0'}
|
||||
|
@ -10,8 +10,8 @@ resources:
|
||||
db_user: '{{db_user}}'
|
||||
db_password: '{{db_password}}'
|
||||
|
||||
admin_port: '{{admin_port}}'
|
||||
port: '{{port}}'
|
||||
admin_port: {{admin_port}}
|
||||
port: {{port}}
|
||||
ip: '{{ip}}'
|
||||
ssh_user: '{{ssh_user}}'
|
||||
ssh_key: '{{ssh_key}}'
|
||||
|
Loading…
Reference in New Issue
Block a user