svn keywords, and url in specfile
[nodeconfig.git] / db-config.d / 030-conf_files_ping_of_death
1 # -*-python-*-
2 #################### conf files
3
4 conf_files = [
5
6 # PoD
7     # Ping of death configuration
8     # the 'restart' postcommand doesn't work, b/c the pod script doesn't support it.
9     {'enabled': True,
10      'source': 'PlanetLabConf/ipod.conf.php',
11      'dest': '/etc/ipod.conf',
12      'file_permissions': '644',
13      'file_owner': 'root',
14      'file_group': 'root',
15      'preinstall_cmd': '',
16      'postinstall_cmd': '/etc/init.d/pod start',
17      'error_cmd': '',
18      'ignore_cmd_errors': False,
19      'always_update': False},
20     
21     ]
22
23 for conf_file in conf_files:
24         SetConfFile(conf_file)