Add notify when SQL connection string changes

This commit is contained in:
Florian Haas 2013-07-12 15:59:03 +00:00
parent b10065a9a9
commit 9ab65d77eb

View File

@ -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: {