X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.py;h=afd070436e3f2316c6765f6037654ff5234f6a31;hb=ad3b68fdbbb03b0441774ad00b01272f160233c3;hp=ff0403cbab5d705ca2abf1c86fc85644c35fb13e;hpb=a9c8aea2845bfd31776ded326f86432036bc588a;p=nodeupdate.git diff --git a/NodeUpdate.py b/NodeUpdate.py index ff0403c..afd0704 100644 --- a/NodeUpdate.py +++ b/NodeUpdate.py @@ -52,7 +52,7 @@ DELETE_RPM_LIST_FILE= '/etc/planetlab/delete-rpm-list' # so, we force the update of crucial pkgs independently, as # the whole group is sometimes too much to swallow # this one is builtin -CRUCIAL_PACKAGES_BUILTIN=[ 'NodeManager' , 'NodeUpdate' ] +CRUCIAL_PACKAGES_BUILTIN=[ 'NodeUpdate' , 'NodeManager' ] # and operations can also try to push a list through a conf_file # should use the second one for consistency, try the first one as well for legacy CRUCIAL_PACKAGES_OPTIONAL_PATH1='/etc/planetlab/NodeUpdate.packages'