diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 15:09:59 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 15:09:59 +0100 |
commit | 201c2a6a3da01f4c4cc6592f8b269cb1a9621027 (patch) | |
tree | b1c58b87f8e61996757072de8f131de0f8e1c78e /doc | |
parent | 193165b8cf4a901f5619f23c64877c4cef8b1818 (diff) | |
download | bcfg2-201c2a6a3da01f4c4cc6592f8b269cb1a9621027.tar.gz bcfg2-201c2a6a3da01f4c4cc6592f8b269cb1a9621027.tar.bz2 bcfg2-201c2a6a3da01f4c4cc6592f8b269cb1a9621027.zip |
doc: Link to metadata section added
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/admin/client.txt | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/server/admin/client.txt b/doc/server/admin/client.txt index 97b8f157f..cb3234a3e 100644 --- a/doc/server/admin/client.txt +++ b/doc/server/admin/client.txt @@ -7,12 +7,22 @@ client Create, delete, list, or modify client entries. :: - bcfg2-admin client add + bcfg2-admin client add <client> attr1=val1 attr2=val2 +Allowed attributes are *profile*, *uuid*, *password*, *location*, *secure*, +and *address*. -With ``list`` the file ``clients.xml`` will +A full example is shown below:: - # bcfg2-admin client list - Failed to find IP address for desktop01.example.com + bcfg2-admin client add laptop02.example.com profile="basic" + +For more details please refer to the +:ref:`Metadata section <server-plugins-grouping-metadata>`. + +With ``list`` the file ``clients.xml`` is parsed and all entries are shown:: + + bcfg2-admin client list server01.example.com laptop02.example.com + + |