summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Init.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-06-16 00:52:34 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-06-16 00:52:34 +0000
commitaf4dffe87b4c185fb0b5f43cdfdd8a05cb2b0ab6 (patch)
treec060a3ff2a3f3e902c639c32ea09c6a01dba3818 /src/lib/Server/Admin/Init.py
parent275a23e00ce8184807bb3216a0ba9b5433687d86 (diff)
downloadbcfg2-af4dffe87b4c185fb0b5f43cdfdd8a05cb2b0ab6.tar.gz
bcfg2-af4dffe87b4c185fb0b5f43cdfdd8a05cb2b0ab6.tar.bz2
bcfg2-af4dffe87b4c185fb0b5f43cdfdd8a05cb2b0ab6.zip
Make autocreated basic group public
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4699 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Admin/Init.py')
-rw-r--r--src/lib/Server/Admin/Init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Init.py b/src/lib/Server/Admin/Init.py
index a13ce4581..c97d82133 100644
--- a/src/lib/Server/Admin/Init.py
+++ b/src/lib/Server/Admin/Init.py
@@ -38,7 +38,7 @@ bcfg2 = %s
groups = '''
<Groups version='3.0'>
- <Group profile='true' public='false' default='true' name='basic'>
+ <Group profile='true' public='true' default='true' name='basic'>
<Group name='%s'/>
</Group>
<Group name='ubuntu'/>