From 32a6e5544a0ee75dd6d7ec2d1e2838b5d5ff8ce9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 12 Dec 2010 10:40:43 +0100 Subject: bundle section added --- doc/server/admin/index.txt | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/server/admin/index.txt b/doc/server/admin/index.txt index d9f6f5a63..b375b6cd1 100644 --- a/doc/server/admin/index.txt +++ b/doc/server/admin/index.txt @@ -15,11 +15,45 @@ functionality. Available modes are listed below. backup ====== +.. _Sample repository: https://github.com/solj/bcfg2-repo + Create an archive of the whole Bcfg2 :term:`repository`. The archive is stored directly in your Bcfg2 repository (e.g. /var/lib/bcfg2):: bcfg2-admin backup +A backup is recommanded before you start using the `Samples repository`_ of +Bcfg2. + + +bundle +====== + +'list-xml' lists all available xml bundles, 'list-genshi' lists all +available genshi bundles.:: + + # bcfg2-admin bundle list-xml + # bcfg2-admin bundle list-genshi + +``show`` provides an interactive dialog to get details about the available +bundles.:: + + # bcfg2-admin bundle show + Available bundles (Number of bundles: 4) + ---------------------------------------- + [0] motd.xml + [1] snmpd.xml + [2] bcfg2.xml + [3] ntp.xml + Enter the line number of a bundle for details: 3 + Details for the "ntp" bundle: + Package: xntp + Path: /etc/sysconfig/xntp + Path: /etc/sysconfig/clock + Path: /etc/ntp.conf + Service: xntpd + + client ====== @@ -30,7 +64,7 @@ Create, delete, list, or modify client entries. :: With ``list`` the file ``clients.xml`` will - [root@conf01 ~]# bcfg2-admin client list + # bcfg2-admin client list Failed to find IP address for desktop01.example.com server01.example.com laptop02.example.com -- cgit v1.2.3-1-g7c22