aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/mysql/client/database/heat.yml
blob: 51aae8fbbcb83b748b4fd8173fb12c9c67164be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
  mysql:
    client:
      server:
        database:
          database:
            heat:
              encoding: utf8
              users:
              - name: heat
                password: ${_param:mysql_heat_password}
                host: '%'
                rights: all
              - name: heat
                password: ${_param:mysql_heat_password}
                host: ${_param:single_address}
                rights: all