mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
9 lines
264 B
Puppet
9 lines
264 B
Puppet
# @summary Install hook that checks for schema drift from published ref
|
|
#
|
|
class kandra::hooks::zulip_notify_schema_diff {
|
|
include zulip::hooks::base
|
|
include zulip::hooks::zulip_common
|
|
|
|
kandra::hooks::file { 'post-deploy.d/zulip_notify_schema_diff.hook': }
|
|
}
|