X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F030-conf_files_ping_of_death;fp=db-config.d%2F030-conf_files_ping_of_death;h=0000000000000000000000000000000000000000;hb=6469aed9563248b2d3c78a1b48ad35f0b4d343a3;hp=79da0e4bd214f9c0758816f04721c2383c5ab68c;hpb=e1fff6defeffdc7982e29431938e5c92e3d2c1b0;p=myplc.git diff --git a/db-config.d/030-conf_files_ping_of_death b/db-config.d/030-conf_files_ping_of_death deleted file mode 100644 index 79da0e4..0000000 --- a/db-config.d/030-conf_files_ping_of_death +++ /dev/null @@ -1,26 +0,0 @@ -# -*-python-*- -# $Id: 030-conf_files 16642 2010-01-18 17:14:40Z thierry $ -# $URL: svn+ssh://thierry@svn.planet-lab.org/svn/MyPLC/trunk/db-config.d/030-conf_files $ -#################### conf files - -conf_files = [ - -# PoD - # Ping of death configuration - # the 'restart' postcommand doesn't work, b/c the pod script doesn't support it. - {'enabled': True, - 'source': 'PlanetLabConf/ipod.conf.php', - 'dest': '/etc/ipod.conf', - 'file_permissions': '644', - 'file_owner': 'root', - 'file_group': 'root', - 'preinstall_cmd': '', - 'postinstall_cmd': '/etc/init.d/pod start', - 'error_cmd': '', - 'ignore_cmd_errors': False, - 'always_update': False}, - - ] - -for conf_file in conf_files: - SetConfFile(conf_file)