diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-06-16 00:52:34 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-06-16 00:52:34 +0000 |
commit | af4dffe87b4c185fb0b5f43cdfdd8a05cb2b0ab6 (patch) | |
tree | c060a3ff2a3f3e902c639c32ea09c6a01dba3818 | |
parent | 275a23e00ce8184807bb3216a0ba9b5433687d86 (diff) | |
download | bcfg2-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
-rw-r--r-- | src/lib/Server/Admin/Init.py | 2 |
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'/> |