fix syntax error
[nodeconfig.git] / db-config.d / 030-conf_files_hotfixes
1 #/usr/bin/env plcsh
2
3 conf_files = [
4     { 'source': 'PlanetLabConf/hotfixes.php',
5     'dest': '/tmp/hotfixes.tar',
6     'file_owner': 'root',
7     'file_group': 'root',
8     'file_permissions': '644',
9     'enabled': True,
10     'preinstall_cmd': '',
11     'postinstall_cmd': 'tar -C / -xf /tmp/hotfixes.tar',
12     'error_cmd': '',
13     'ignore_cmd_errors': False,
14     'always_update': False},
15  ]
16
17 for conf_file in conf_files:
18         SetConfFile(conf_file)
19
20