This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Commit cd13835
committed
Interpolate Puppet top-scope variable for datadir
When I ran this code, the `socket` configuration line in my.cnf was set
to "socket=/socket". It turns out that the mysql::socket parameter was
being looked up via Hiera as desired, but '%{mysql::datadir}' was not
being properly expanded.1 parent 352823f commit cd13835
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments