Commit 226da501 by Michael DeHaan

Take notes about other modules that are in plan.

parent e5f62f20
...@@ -66,12 +66,22 @@ facter ...@@ -66,12 +66,22 @@ facter
------ ------
Runs the discovery program 'facter' on the remote system, returning Runs the discovery program 'facter' on the remote system, returning
JSON data that can be useful for inventory purposes. It makes JSON data that can be useful for inventory purposes.
no changes on the remote system.
Requires that 'facter' and 'ruby-json' be installed on the remote end. Requires that 'facter' and 'ruby-json' be installed on the remote end.
This module takes no parameters & does not support change hooks. This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
file
----
Ensures the ownership and permissions of files are as desired.
Use copy or template first if you need to make sure a file is on the box.
In plan.
git git
...@@ -85,22 +95,26 @@ This module is in plan. ...@@ -85,22 +95,26 @@ This module is in plan.
ohai ohai
---- ----
Similar to the facter module, this returns JSON inventory data but Similar to the facter module, this returns JSON inventory data. Ohai data
makes no changes on the remote system. is a bit more verbose and nested than facter.
Requires that 'ohai' be installed on the remote end. Requires that 'ohai' be installed on the remote end.
This module takes no parameters & does not support change hooks. This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
ping ping
---- ----
A trivial test module, this module always returns the integer '1' on A trivial test module, this module always returns the integer '1' on
successful contact. It makes no changes on the remote system. successful contact.
This module does not support change hooks. This module does not support change hooks.
This module is information only - it takes no parameters & does not support change hooks,
nor does it make any changes on the system.
service service
------- -------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment