- move DNS configuration/update to separate Python script that runs
[myplc.git] / api-config
index ff38b79..330a80a 100755 (executable)
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: api-config,v 1.6 2006/05/02 15:09:08 mlhuang Exp $
+# $Id: api-config,v 1.10 2006/05/24 03:08:55 mlhuang Exp $
 #
 
 import plcapilib
@@ -196,7 +196,7 @@ def main():
 
         # YUM configuration
         {'enabled': 1,
-         'source': 'PlanetLabConf/yum.conf.php',
+         'source': 'PlanetLabConf/yum.conf.php?gpgcheck=1',
          'dest': '/etc/yum.conf',
          'file_permissions': '644',
          'file_owner': 'root',