diff options
| author | Adrian Likins <alikins@redhat.com> | 2007-09-25 18:14:30 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@redhat.com> | 2007-09-25 18:14:30 -0400 |
| commit | ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc (patch) | |
| tree | 4f7ef6fe0aa021846f5e86af066fcfb566f40810 /docs | |
| parent | 14fd0d98b171169e58acf62c86ef1f3a5d5128ee (diff) | |
| parent | e3493766701ac84e6d76257659be27c209ecb12e (diff) | |
| download | third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.gz third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.tar.xz third_party-func-ec74dd51d8eb3e580cf53fa45357cd7f8b788bdc.zip | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/certmaster.pod | 27 | ||||
| -rw-r--r-- | docs/func.pod | 32 | ||||
| -rw-r--r-- | docs/funcd.pod | 23 |
3 files changed, 82 insertions, 0 deletions
diff --git a/docs/certmaster.pod b/docs/certmaster.pod new file mode 100644 index 0000000..7c6df0b --- /dev/null +++ b/docs/certmaster.pod @@ -0,0 +1,27 @@ +=head1 NAME + +certmaster -- hands out certificates to funcd and other components. + +=head1 SYNOPSIS + +certmaster (it's a daemon and takes no arguments) + +=head1 DESCRIPTION + +See https://hosted.fedoraproject.org/projects/func/ + +Certmaster is run on the master-control machine on a network being +controlled by func. It hands out certificates to machines running +funcd. + +Certmaster is configured by /etc/func/certmaster.conf + +=head1 ADDITONAL RESOURCES + +See https://hosted.fedoraproject.org/projects/func/. It's a Wiki. + +=head1 AUTHOR + +Various. See https://hosted.fedoraproject.org/projects/func + + diff --git a/docs/func.pod b/docs/func.pod new file mode 100644 index 0000000..50e4221 --- /dev/null +++ b/docs/func.pod @@ -0,0 +1,32 @@ +=head1 NAME + +Func -- Fedora Unified Network Controller. + +=head1 SYNOPSIS + +func target.example.org module command [args ...] [--verbose] +func "target*.example.org" module command [args ...] [--verbose] +func "webserver1;mailserver2" module command [args ...] [--verbose] + +=head1 DESCRIPTION + +Func allows remote control of machines running funcd that are set +to obey this machine. + +Func can address multiple machines at the same time by specifying +their names with globs, which follow shell glob syntax. + +=head1 EXIT_STATUS + +Func commands have return values that vary based on the module being +called. + +=head1 ADDITONAL RESOURCES + +See https://hosted.fedoraproject.org/projects/func/ for more information, including information on scripting func from Python. + +=head1 AUTHOR + +Various. See https://hosted.fedoraproject.org/projects/func + + diff --git a/docs/funcd.pod b/docs/funcd.pod new file mode 100644 index 0000000..d4bdc44 --- /dev/null +++ b/docs/funcd.pod @@ -0,0 +1,23 @@ +=head1 NAME + +funcd -- deaemon for the Fedora Universal Network Controller + +=head1 SYNOPSIS + +funcd (it's a daemon and takes no arguments) + +=head1 DESCRIPTION + +funcd registers itself to a server listed in /etc/func/minion.conf and takes orders from it. See /etc/func/minion.conf for other configuration options. + +Modules and capabilities are specified at https://hosted.fedoraproject.org/projects/func/ + +=head1 ADDITONAL RESOURCES + +See https://hosted.fedoraproject.org/projects/func/. It's a Wiki. + +=head1 AUTHOR + +Various. See https://hosted.fedoraproject.org/projects/func + + |
