Remove autogenerated tags, add default value

This commit is contained in:
Łukasz Oleś 2015-09-29 12:36:53 +02:00
parent 23f61e0898
commit 54bd0ab7e1
4 changed files with 7 additions and 4 deletions

View File

@ -18,4 +18,4 @@ input:
# schema: str!
# value:
tags: [resources/haproxy, resource/haproxy_config]
tags: [resources=haproxy]

View File

@ -12,4 +12,4 @@ input:
# schema: str!
# value:
tags: [resources/haproxy, resource/haproxy_service]
tags: [resources=haproxy]

View File

@ -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]

View File

@ -5,3 +5,6 @@ version: 1.0.0
input:
hosts:
schema: [{name: str!, ip: str!}]
value: []
tags: [resource=hosts_file]