summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Init.py
diff options
context:
space:
mode:
authorCalvin Cheng <calvin@calvinx.com>2012-04-30 16:28:46 +0800
committerCalvin Cheng <calvin@calvinx.com>2012-04-30 16:28:46 +0800
commit16c4208a0bc8989fd2c1812d0c0e70439a3d7c4c (patch)
treeeb1f419c3fdf160b29e310d23cbd3a23e121e9b7 /src/lib/Bcfg2/Server/Admin/Init.py
parent10eb57597eecdb42e931a5f817af58b508e2fff9 (diff)
downloadbcfg2-16c4208a0bc8989fd2c1812d0c0e70439a3d7c4c.tar.gz
bcfg2-16c4208a0bc8989fd2c1812d0c0e70439a3d7c4c.tar.bz2
bcfg2-16c4208a0bc8989fd2c1812d0c0e70439a3d7c4c.zip
Include arch as one of the possible choices when user begins
Diffstat (limited to 'src/lib/Bcfg2/Server/Admin/Init.py')
-rw-r--r--src/lib/Bcfg2/Server/Admin/Init.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py
index 832190b7d..c1f9ed484 100644
--- a/src/lib/Bcfg2/Server/Admin/Init.py
+++ b/src/lib/Bcfg2/Server/Admin/Init.py
@@ -55,6 +55,7 @@ groups = '''<Groups version='3.0'>
<Group name='suse'/>
<Group name='mandrake'/>
<Group name='solaris'/>
+ <Group name='arch'/>
</Groups>
'''
@@ -71,7 +72,8 @@ os_list = [('Red Hat/Fedora/RHEL/RHAS/Centos', 'redhat'),
('Debian', 'debian'),
('Ubuntu', 'ubuntu'),
('Gentoo', 'gentoo'),
- ('FreeBSD', 'freebsd')]
+ ('FreeBSD', 'freebsd'),
+ ('Arch', 'arch')]
# Complete list of plugins
plugin_list = ['Account',