Sha256: afbada098e761998b8258a9110353dba957b52416d7d5adb3e0d862094bd6330
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
module MCollective class Application::Ping < Application # rubocop:disable Style/ClassAndModuleChildren description "Ping all nodes" external(:command => "choria", :args => ["ping"]) external_help(:command => "choria", :args => ["ping", "--help"]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
choria-mcorpc-support-2.23.0 | lib/mcollective/application/ping.rb |
choria-mcorpc-support-2.23.0.pre | lib/mcollective/application/ping.rb |