vendored/puppet/lib/puppet/face/status.rb in bolt-0.11.0 vs vendored/puppet/lib/puppet/face/status.rb in bolt-0.12.0

- old
+ new

@@ -11,9 +11,10 @@ deactivate_action(:search) find = get_action(:find) find.default = true find.summary _("Check status of puppet master server.") + #TRANSLATORS the string 'Puppet::Status' is a Puppet language object and should not be translated find.returns _(<<-'EOT') A "true" response or a low-level connection error. When used from the Ruby API: returns a Puppet::Status object. EOT find.description <<-'EOT'