get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetConfFiles.py
index 6a10f90..89d5250 100644 (file)
@@ -15,7 +15,7 @@ class GetConfFiles(Method):
     details will be returned.
     """
 
-    roles = ['admin']
+    roles = ['admin', 'node']
 
     accepts = [
         Auth(),
@@ -26,5 +26,6 @@ class GetConfFiles(Method):
 
     returns = [ConfFile.fields]
 
+
     def call(self, auth, conf_file_filter = None, return_fields = None):
         return ConfFiles(self.api, conf_file_filter, return_fields)