get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetConfFiles.py
index c2204aa..89d5250 100644 (file)
@@ -15,7 +15,7 @@ class GetConfFiles(Method):
     details will be returned.
     """
 
-    roles = ['admin']
+    roles = ['admin', 'node']
 
     accepts = [
         Auth(),