From 084dbd110274e5b4135eee64347ded1db8b012a1 Mon Sep 17 00:00:00 2001 From: Evgeniy L Date: Mon, 13 Apr 2015 16:47:12 +0300 Subject: [PATCH] Default tags for resources should not be node specific --- examples/resources/docker.yml | 3 ++- examples/resources/mariadb.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/resources/docker.yml b/examples/resources/docker.yml index 3b704056..4c4ca12f 100644 --- a/examples/resources/docker.yml +++ b/examples/resources/docker.yml @@ -7,4 +7,5 @@ actions: remove: simple/docker/remove.yml input: base_image: ubuntu -tags: [n/1] +tags: [service/docker] + diff --git a/examples/resources/mariadb.yml b/examples/resources/mariadb.yml index 95c3cfeb..0e250843 100644 --- a/examples/resources/mariadb.yml +++ b/examples/resources/mariadb.yml @@ -13,4 +13,4 @@ input: users: - name: test1 password: test1 -tags: [n/1] +tags: [service/mariadb]