summaryrefslogtreecommitdiffstats
path: root/roles/etcd/handlers
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-27 15:05:13 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-27 16:20:00 -0400
commit8fc2fe0b7ecf71b675158eabcc00a3a14218abe2 (patch)
tree3a96ee3547c7a5a66c8ca4b7afb71263ba8a28aa /roles/etcd/handlers
parent551562cd54f06db6e96e6f8d8986bc08a27c7d8a (diff)
downloadopenshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.gz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.bz2
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.xz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.zip
Removed cloud.rb and it's associated libraries as it's no longer used. Also removed etcd role.
Diffstat (limited to 'roles/etcd/handlers')
-rw-r--r--roles/etcd/handlers/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/etcd/handlers/main.yml b/roles/etcd/handlers/main.yml
deleted file mode 100644
index b897913f9..000000000
--- a/roles/etcd/handlers/main.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-- name: restart etcd
- service: name=etcd state=restarted