Take notes about other modules that are in plan.

pull/3/head
Michael DeHaan 13 years ago
parent e5f62f20b1
commit 226da501d3

@ -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.
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
------- -------

Loading…
Cancel
Save