Skip to content

Commit

Permalink
Add 'dependencies' to special fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
slowder committed Apr 14, 2019
1 parent 925c5c5 commit 8ec2d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ManagedBase:
"""
Define allowed/expected fields for configuration object types.
"""
_special_fields = ['_obj_name', 'type'] # _obj_name and type are special fields that exist in all configuraiton objects.
_special_fields = ['_obj_name', 'type', 'dependencies'] # special fields that exist in all configuraiton objects.
fields = []

def __init__(self, obj):
Expand Down

0 comments on commit 8ec2d69

Please sign in to comment.