removed sfa_component_setup cron job
authorTony Mack <tmack@cs.princeton.edu>
Sun, 5 Sep 2010 18:41:18 +0000 (18:41 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Sun, 5 Sep 2010 18:41:18 +0000 (18:41 +0000)
db-config.d/030-conf_files_sfa

index 93690b0..5882461 100644 (file)
@@ -18,21 +18,7 @@ conf_files = [
      'postinstall_cmd': '', 
      'error_cmd': '', 
      'ignore_cmd_errors': False, 
-     'always_update': False},
-    # /etc/cron.d/sfa_component_setup.cron
-    # jobs to update slice gids and trusted certs on a component  
-    {'enabled': True,
-     'source': u'PlanetLabConf/sfa_component_setup_cron.php',
-     'dest': u'/etc/cron.d/sfa_component_setup.cron',
-     'file_permissions': u'644',
-     'file_owner': u'root',
-     'file_group': u'root',
-     'preinstall_cmd': u'',
-     'postinstall_cmd': 'service crond reload',
-     'error_cmd': '',
-     'ignore_cmd_errors': False,
      'always_update': False}
-
     ]
 
 for conf_file in conf_files: