From: Thierry Parmentelat Date: Mon, 24 Nov 2008 20:38:08 +0000 (+0000) Subject: oops X-Git-Tag: PLCAPI-4.3-2~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=330aa4c57ab1fc3dd9aca83582622be8735fdae2;p=plcapi.git oops --- diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index 3423673..707439a 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -36,7 +36,7 @@ define_accessors(current_module, Node, "Extensions", "extensions", "node/config" get_roles=all_roles, set_roles=['admin']) # test nodes perform their installation from an uncompressed bootstrapfs define_accessors(current_module, Node, "PlainBoostrapfs", "plain-bootstrapfs", "node/config", "use uncompressed bootstrapfs when set", - get_roles=all_roles, set_roles=['admin','pi','tech'] + get_roles=all_roles, set_roles=['admin','pi','tech']) # interface accessors define_accessors(current_module, Interface, "Ifname", "ifname", "interface/config", "linux name",