Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 956 Bytes

grafana_config_enterprise.md

File metadata and controls

30 lines (20 loc) · 956 Bytes

grafana_config_enterprise

back to resource list

Configures the core enterprise section of the configuration http://docs.grafana.org/installation/configuration/

Introduced: v4.0.0

Actions

  • :create
  • :delete

Properties

Name Type Default Description Allowed Values
license_path String License File Path Valid file path

Examples

grafana_config_enterprise 'grafana'
grafana_config_enterprise 'grafana' do
  license_path '/etc/grafana/license'
end