diff --git a/resources/haproxy_config/meta.yaml b/resources/haproxy_config/meta.yaml index 5f53e84..10c8d44 100644 --- a/resources/haproxy_config/meta.yaml +++ b/resources/haproxy_config/meta.yaml @@ -18,4 +18,4 @@ input: # schema: str! # value: -tags: [resources/haproxy, resource/haproxy_config] +tags: [resources=haproxy] diff --git a/resources/haproxy_service/meta.yaml b/resources/haproxy_service/meta.yaml index f6d9aae..0ea6bf6 100644 --- a/resources/haproxy_service/meta.yaml +++ b/resources/haproxy_service/meta.yaml @@ -12,4 +12,4 @@ input: # schema: str! # value: -tags: [resources/haproxy, resource/haproxy_service] +tags: [resources=haproxy] diff --git a/resources/haproxy_service_config/meta.yaml b/resources/haproxy_service_config/meta.yaml index c6dd689..a334e0c 100644 --- a/resources/haproxy_service_config/meta.yaml +++ b/resources/haproxy_service_config/meta.yaml @@ -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] diff --git a/resources/hosts_file/meta.yaml b/resources/hosts_file/meta.yaml index 255209e..4fc53ab 100644 --- a/resources/hosts_file/meta.yaml +++ b/resources/hosts_file/meta.yaml @@ -5,3 +5,6 @@ version: 1.0.0 input: hosts: schema: [{name: str!, ip: str!}] + value: [] + +tags: [resource=hosts_file]