You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
I'm having hard time to find the data bag using ridley.data_bag.find("databag_name") it is returning a empty object
=> #<Ridley::DataBagObject chef_id:, attributes:#<VariaModel::Attributes name=nil>>
I know that the data bag exists in chef server and I can read it using knife.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having hard time to find the data bag using
ridley.data_bag.find("databag_name")
it is returning a empty object=> #<Ridley::DataBagObject chef_id:, attributes:#<VariaModel::Attributes name=nil>>
I know that the data bag exists in chef server and I can read it using knife.
The text was updated successfully, but these errors were encountered: