From 25c48c0077b4044da2e80915a8946b330ccbad14 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Thu, 11 Feb 2016 11:07:44 -0500 Subject: [PATCH] Update rbac.md Quick style change. --- docs/rbac.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/rbac.md b/docs/rbac.md index 197e8c12f0..77c9674ffd 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -57,16 +57,8 @@ The RBAC system defines a few new models. These models represent the underlying ```python # Available Permissions - { - 'create':True, - 'read':True, - 'write':True, - 'update':True, - 'delete':True, - 'scm_update':True, - 'use':True, - 'execute':True, - } + {'create':True, 'read':True, 'write':True, 'update':True, + 'delete':True, 'scm_update':True, 'use':True, 'execute':True} # Special Permissions {'all':True} # Example: readonly