key_exist?

in resources/etcd_key.rb [28:34]


def key_exist?
  true if etcd.get(key)
rescue Etcd::KeyNotFound,
       Errno::ECONNREFUSED
  false
end