Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit 61a4629

Browse files
kamilbednarzfpedrini
authored andcommitted
Add EncryptedDataBagItem to chef module
1 parent 86b8761 commit 61a4629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chef/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from chef.api import ChefAPI, autoconfigure
66
from chef.client import Client
77
from chef.data_bag import DataBag, DataBagItem
8+
from chef.encrypted_data_bag_item import EncryptedDataBagItem
89
from chef.exceptions import ChefError
910
from chef.node import Node
1011
from chef.role import Role

0 commit comments

Comments
 (0)