Add notify when SQL connection string changes
This commit is contained in:
parent
b10065a9a9
commit
9ab65d77eb
@ -33,7 +33,8 @@ define kickstack::db {
|
|||||||
user => "$username",
|
user => "$username",
|
||||||
password => "$sql_password",
|
password => "$sql_password",
|
||||||
charset => "utf8",
|
charset => "utf8",
|
||||||
allowed_hosts => '%'
|
allowed_hosts => '%',
|
||||||
|
notify => Kickstack::Exportfact::Export["${name}_sql_connection"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user