moving conf_files creation scripts to nodeconfig
[myplc.git] / db-config.d / 030-conf_files_ping_of_death
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 (file)
index 79da0e4..0000000
+++ /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)