diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-04-08 18:47:32 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-04-08 18:47:32 +0000 |
commit | c5dfeaa6f52224b0b33c3a96d74843a690ae538c (patch) | |
tree | 10533572120182a3aa6132bcb6bcddec354f70b1 /src/lib/Server/Admin | |
parent | de10f2e64cb7faf0ba0222a22035b81ca07e7426 (diff) | |
download | bcfg2-c5dfeaa6f52224b0b33c3a96d74843a690ae538c.tar.gz bcfg2-c5dfeaa6f52224b0b33c3a96d74843a690ae538c.tar.bz2 bcfg2-c5dfeaa6f52224b0b33c3a96d74843a690ae538c.zip |
Remove unnecessary newlines in bcfg2-admin init (Reported by m4z on irc)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5156 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Admin')
-rw-r--r-- | src/lib/Server/Admin/Init.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/Server/Admin/Init.py b/src/lib/Server/Admin/Init.py index 2d53c3548..d5ef472a8 100644 --- a/src/lib/Server/Admin/Init.py +++ b/src/lib/Server/Admin/Init.py @@ -42,8 +42,7 @@ key = %s/bcfg2.key bcfg2 = %s ''' -groups = ''' -<Groups version='3.0'> +groups = '''<Groups version='3.0'> <Group profile='true' public='true' default='true' name='basic'> <Group name='%s'/> </Group> @@ -58,8 +57,7 @@ groups = ''' </Groups> ''' -clients = ''' -<Clients version="3.0"> +clients = '''<Clients version="3.0"> <Client profile="basic" pingable="Y" pingtime="0" name="%s"/> </Clients> ''' |