summaryrefslogtreecommitdiffstats
path: root/bin/roles.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/roles.py')
-rwxr-xr-xbin/roles.py2
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']: