blob: 8a187a302f18933623a11e1ad29d1dd7900e2b65 [file] [log] [blame]
{%- if pillar.gnocchi is defined %}
include:
{%- if pillar.gnocchi.server is defined %}
- gnocchi.server
{%- endif %}
{%- if pillar.gnocchi.statsd is defined %}
- gnocchi.statsd
{%- endif %}
{%- if pillar.gnocchi.client is defined %}
- gnocchi.client
{%- endif %}
{%- endif %}