-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement an instances method for the sensu_enterprise_dashboard_api_config json provider
#649
Labels
Comments
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 6, 2017
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 6, 2017
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 7, 2017
This patch implements the `instances` class method of the sensu_enterprise_dashboard_api_config json provider to enable `puppet resource` and resource purging using the resources resource. Maintenance changes include: * Add Gemfile.local to enable pry debugging. * Defensively access the catalog from the provider initializer. resolves sensu#649
ghoneycutt
added a commit
that referenced
this issue
Jul 7, 2017
…nstances (#649) Enumerate sensu_enterprise_dashboard_config instances
|
Released in v2.16.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would facilitate, e.g, using the
resourcesresource topurgeany unmanaged API endpoints from the configSee https://docs.puppet.com/puppet/4.10/provider_development.html#providerresource-api
The text was updated successfully, but these errors were encountered: