Skip to content

Commit

Permalink
Reporting: Add POSIX User/Group Entry types
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Jerome <[email protected]>
  • Loading branch information
solj committed Jul 11, 2017
1 parent b02c686 commit 8022fe1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ def load_django_models():
# pylint: disable=W0602
global Interaction, PackageEntry, FilePerms, PathEntry, LinkEntry, \
Group, Client, Bundle, TYPE_EXTRA, TYPE_BAD, TYPE_MODIFIED, \
FailureEntry, Performance, BaseEntry, ServiceEntry
FailureEntry, Performance, BaseEntry, ServiceEntry, \
POSIXGroupEntry, POSIXUserEntry
# pylint: enable=W0602

from Bcfg2.Reporting.models import \
Interaction, PackageEntry, FilePerms, PathEntry, LinkEntry, \
Group, Client, Bundle, TYPE_EXTRA, TYPE_BAD, TYPE_MODIFIED, \
FailureEntry, Performance, BaseEntry, ServiceEntry
FailureEntry, Performance, BaseEntry, ServiceEntry, \
POSIXGroupEntry, POSIXUserEntry


def get_all_field_names(model):
Expand Down

0 comments on commit 8022fe1

Please sign in to comment.