From 31e2d3523a99b9515605b5390b0d5a1bd5a9ec29 Mon Sep 17 00:00:00 2001 From: espro Date: Mon, 23 Jan 2012 12:38:51 -0500 Subject: Fix arch for SL --- doc/server/plugins/probes/group.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/server/plugins/probes/group.txt b/doc/server/plugins/probes/group.txt index 91a568116..5c4d6ecb1 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' -o "$OS_GROUP" == 'redhat' ]; then + if [ "$OS_GROUP" == 'centos' -o "$OS_GROUP" == 'sl' -o "$OS_GROUP" == 'redhat' ]; then OUTPUT="$OUTPUT\ngroup:${ARCH}" else OUTPUT="$OUTPUT\ngroup:amd64" -- cgit v1.2.3-1-g7c22