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 May 15, 2024. It is now read-only.
Trying to get the the puppet type/provider working, but it appears flapjack-diner has evolved beyond what puppet-flapjack is expecting?
So far, I've renamed the create_contact and create_media methods to match what's in flapjack-diner 1.0.0.rc1, which has gotten me up to the error of "Error: Could not set 'present' on ensure: 'create_contact_media' requires at least one contact id parameter"
Perhaps the unwrap_ids_and_params method is expecting data in a format different than what the provider is providing?
The text was updated successfully, but these errors were encountered:
Hey @spawn-github, flapjack-diner is quite a bit further ahead of the Puppet type/provider.
The good news is that flapjack-diner is pretty stable right now. The bad news is that we're time poor and don't have the capacity to look at bug in puppet-flapjack right now 😦
We'll come back and take a look at this once we've shipped Flapjack 1.0 (in the next 1-2 weeks).
Trying to get the the puppet type/provider working, but it appears flapjack-diner has evolved beyond what puppet-flapjack is expecting?
So far, I've renamed the create_contact and create_media methods to match what's in flapjack-diner 1.0.0.rc1, which has gotten me up to the error of "Error: Could not set 'present' on ensure: 'create_contact_media' requires at least one contact id parameter"
Perhaps the unwrap_ids_and_params method is expecting data in a format different than what the provider is providing?
The text was updated successfully, but these errors were encountered: