Remove autogenerated tags, add default value
This commit is contained in:
parent
23f61e0898
commit
54bd0ab7e1
@ -18,4 +18,4 @@ input:
|
||||
# schema: str!
|
||||
# value:
|
||||
|
||||
tags: [resources/haproxy, resource/haproxy_config]
|
||||
tags: [resources=haproxy]
|
||||
|
@ -12,4 +12,4 @@ input:
|
||||
# schema: str!
|
||||
# value:
|
||||
|
||||
tags: [resources/haproxy, resource/haproxy_service]
|
||||
tags: [resources=haproxy]
|
||||
|
@ -1,4 +1,4 @@
|
||||
id: haproxy_general_config
|
||||
id: haproxy_service_config
|
||||
handler: none
|
||||
version: 1.0.0
|
||||
input:
|
||||
@ -20,4 +20,4 @@ input:
|
||||
# schema: [str]
|
||||
# value: []
|
||||
|
||||
tags: [resources/haproxy, resource/haproxy_general_config]
|
||||
tags: [resources=haproxy]
|
||||
|
@ -5,3 +5,6 @@ version: 1.0.0
|
||||
input:
|
||||
hosts:
|
||||
schema: [{name: str!, ip: str!}]
|
||||
value: []
|
||||
|
||||
tags: [resource=hosts_file]
|
||||
|
Loading…
Reference in New Issue
Block a user