summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/galera/server/database/graphite.yml
blob: 8ba6efdd8a10768af344c1b1d9b5d5ca151cd495 (plain)
1
2
3
4
5
6
7
8
9
10
11
parameters:
  mysql:
    server:
      database:
        graphite:
          encoding: 'utf8'
          users:
          - name: 'graphite'
            password: '${_param:mysql_graphite_password}'
            host: '%'
            rights: 'all'