graphitewebconfig

May 7, 2026 ยท View on GitHub

Writes Graphite web Python settings.

Actions

ActionDescription
:createWrites the settings file (default)
:deleteRemoves the settings file

Properties

PropertyTypeDefaultDescription
pathStringname propertySettings file path
configHash{}Python settings
dynamic_templateString'local_settings_dynamic.py'Optional import file

Examples

graphite_web_config '/opt/graphite/webapp/graphite/local_settings.py' do
  config(secret_key: 'secret', time_zone: 'UTC')
end