Merge pull request #2632 from anoek/2631

Removed some missed things from our Group role removal work
This commit is contained in:
Akita Noek
2016-06-24 14:48:38 -04:00
committed by GitHub
4 changed files with 1 additions and 24 deletions

View File

@@ -443,7 +443,7 @@ class Host(CommonModelNameNotUnique):
# Use .job_events.all() to get events affecting this host.
class Group(CommonModelNameNotUnique, ResourceMixin):
class Group(CommonModelNameNotUnique):
'''
A group containing managed hosts. A group or host may belong to multiple
groups.