diff options
Diffstat (limited to 'bin/roles.py')
-rwxr-xr-x | bin/roles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/roles.py b/bin/roles.py index ef3c27c..3ec9eb0 100755 --- a/bin/roles.py +++ b/bin/roles.py @@ -3,7 +3,7 @@ import os roles = [] -excluded = [] +excluded = ['salt.common'] def get(): for root in ['pillar', 'salt']: |