From 4965c3ac0ca27f4038cf4ce08907add8fb2dd07d Mon Sep 17 00:00:00 2001 From: Brendan Melville Date: Wed, 11 Nov 2015 17:00:17 -0800 Subject: [PATCH] Adding an example config to the redis type. This will allow for testing of the type locally. --- types/redis/v1/redis.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/redis/v1/redis.yaml diff --git a/types/redis/v1/redis.yaml b/types/redis/v1/redis.yaml new file mode 100644 index 000000000..12901829d --- /dev/null +++ b/types/redis/v1/redis.yaml @@ -0,0 +1,7 @@ +imports: +- path: redis.jinja + +resources: +- name: redis + type: redis.jinja + properties: null