Sha256: 6fafb4c554b7c11777c18f36bd66b2960a5e0d09a40dd40e7a136924abe5b77e
Contents?: true
Size: 257 Bytes
Versions: 14
Compression:
Stored size: 257 Bytes
Contents
require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class RestartAgent < AgentAction def command(opts = {}) "restart --skip-helper -y --auto-create" end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems