More example-puppet simplifications
Added support for mappings of type: {'A': ['x', 'y']} (which maps from A to x and from A to y) and for mappings of type: {'x', 'y', 'z'} (which maps from x to x, y to y, z to z).
This commit is contained in:
parent
e013d26a26
commit
e7845c823e
@ -38,7 +38,7 @@ input:
|
|||||||
value:
|
value:
|
||||||
internalurl:
|
internalurl:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: http://{{ip}}:{{port}}/v2.0
|
value: http://{{internal_ip}}:{{internal_port}}/v2.0
|
||||||
admin_ip:
|
admin_ip:
|
||||||
schema: str!
|
schema: str!
|
||||||
value:
|
value:
|
||||||
@ -47,7 +47,7 @@ input:
|
|||||||
value:
|
value:
|
||||||
adminurl:
|
adminurl:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: http://{{ip}}:{{admin_port}}/v2.0
|
value: http://{{admin_ip}}:{{admin_port}}/v2.0
|
||||||
|
|
||||||
ip:
|
ip:
|
||||||
schema: str!
|
schema: str!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user