Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
(misc) update ddls
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Dec 19, 2018
1 parent f9f1f68 commit c6f8025
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mcollective/agent/bolt_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Downloads and runs Puppet Tasks",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"version": "0.11.0",
"version": "0.12.0",
"url": "https://choria.io",
"timeout": 60
},
Expand Down
24 changes: 23 additions & 1 deletion lib/mcollective/agent/choria_util.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Choria Utilities",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"version": "0.11.0",
"version": "0.12.0",
"url": "https://choria.io",
"timeout": 5
},
Expand All @@ -20,11 +20,21 @@
"display_as": "Security Provider",
"default": null
},
"secure_protocol": {
"description": "If the protocol is running with PKI security enabled",
"display_as": "Protocol Secure",
"default": null
},
"connector": {
"description": "Connector plugin",
"display_as": "Connector",
"default": null
},
"connector_tls": {
"description": "If the connector is running with TLS security enabled",
"display_as": "Connector TLS",
"default": null
},
"path": {
"description": "Active OS PATH",
"display_as": "Path",
Expand Down Expand Up @@ -124,6 +134,18 @@
"args": [
"using_srv"
]
},
{
"function": "summary",
"args": [
"secure_protocol"
]
},
{
"function": "summary",
"args": [
"connector_tls"
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/agent/rpcutil.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "General helpful actions that expose stats and internals to SimpleRPC clients",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache License, Version 2.0",
"version": "0.11.0",
"version": "0.12.0",
"url": "https://docs.puppetlabs.com/mcollective/",
"timeout": 10
},
Expand Down

0 comments on commit c6f8025

Please sign in to comment.