moving conf_files creation scripts to nodeconfig
[myplc.git] / db-config.d / 030-conf_files_kernel
diff --git a/db-config.d/030-conf_files_kernel b/db-config.d/030-conf_files_kernel
deleted file mode 100644 (file)
index 8f9bb37..0000000
+++ /dev/null
@@ -1,25 +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 = [
-
-# linux-2.6
-    # Kernel sysctl parameters
-    {'enabled': True,
-     'source': 'PlanetLabConf/sysctl.conf',
-     'dest': '/etc/sysctl.conf',
-     'file_permissions': '644',
-     'file_owner': 'root',
-     'file_group': 'root',
-     'preinstall_cmd': '',
-     'postinstall_cmd': '/sbin/sysctl -e -p /etc/sysctl.conf',
-     'error_cmd': '',
-     'ignore_cmd_errors': False,
-     'always_update': False},
-
-    ]
-
-for conf_file in conf_files:
-       SetConfFile(conf_file)