lib/gloo/objs/system/ssh_exec.rb in gloo-1.4.2 vs lib/gloo/objs/system/ssh_exec.rb in gloo-2.0.0

- old
+ new

@@ -5,10 +5,10 @@ # require 'net/ssh' module Gloo module Objs - class SshExec < GlooLang::Core::Obj + class SshExec < Gloo::Core::Obj KEYWORD = 'ssh_exec'.freeze KEYWORD_SHORT = 'ssh'.freeze HOST = 'host'.freeze DEFAULT_HOST = 'localhost'.freeze