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",
|
||||
password => "$sql_password",
|
||||
charset => "utf8",
|
||||
allowed_hosts => '%'
|
||||
allowed_hosts => '%',
|
||||
notify => Kickstack::Exportfact::Export["${name}_sql_connection"]
|
||||
}
|
||||
}
|
||||
default: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user