diff options
-rw-r--r-- | doc/appendix/guides/centos.txt | 6 | ||||
-rw-r--r-- | doc/reports/dynamic.txt | 2 | ||||
-rw-r--r-- | doc/reports/static.txt | 2 | ||||
-rw-r--r-- | doc/server/plugins/probes/group.txt | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/appendix/guides/centos.txt b/doc/appendix/guides/centos.txt index db463b210..abbbefec6 100644 --- a/doc/appendix/guides/centos.txt +++ b/doc/appendix/guides/centos.txt @@ -259,8 +259,8 @@ Now we restart the bcfg2-server:: [root@centos ~]# /etc/init.d/bcfg2-server restart -If you tail ``/var/log/syslog`` now, you will see the Packages plugin in -action, updating the cache. +If you now ``tail -f /var/log/messages``, you will see the Packages +plugin in action, updating the cache. Start managing packages ----------------------- @@ -569,4 +569,4 @@ Now we run the client and see there are no more unmanaged entries! :: Dynamic (web) reports ===================== -See installation instructions at :ref:`server-reports-install` +See installation instructions at :ref:`reports-dynamic` diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt index f798529eb..0c65bc7d2 100644 --- a/doc/reports/dynamic.txt +++ b/doc/reports/dynamic.txt @@ -1,6 +1,6 @@ .. -*- mode: rst -*- -.. _server-reports-dynamic: +.. _reports-dynamic: ============================== Bcfg2 Dynamic Reporting System diff --git a/doc/reports/static.txt b/doc/reports/static.txt index 67ba38a14..00c1867f8 100644 --- a/doc/reports/static.txt +++ b/doc/reports/static.txt @@ -1,6 +1,6 @@ .. -*- mode: rst -*- -.. _server-reports-static: +.. _reports-static: ============================= Bcfg2 Static Reporting System diff --git a/doc/server/plugins/probes/group.txt b/doc/server/plugins/probes/group.txt index 2fce9a9c5..dfe64cc60 100644 --- a/doc/server/plugins/probes/group.txt +++ b/doc/server/plugins/probes/group.txt @@ -88,7 +88,7 @@ Probe used to dynamically set client groups based on OS/distro. ARCH=`uname -m` case "$ARCH" in "x86_64") - if [ "$OS_GROUP" == 'centos' ]; then + if [ "$OS_GROUP" == 'centos' -o "$OS_GROUP" == 'redhat' ]; then OUTPUT="$OUTPUT\ngroup:${ARCH}" else OUTPUT="$OUTPUT\ngroup:amd64" |