mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
puppet: Add zulip_zephyr_mirror plugins.
This commit is contained in:
@@ -95,6 +95,16 @@ class zulip_ops::prod_app_frontend {
|
|||||||
source => "puppet:///modules/zulip_ops/sparkle/sso/win/sparkle-changelog.html",
|
source => "puppet:///modules/zulip_ops/sparkle/sso/win/sparkle-changelog.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { "/usr/lib/nagios/plugins/zulip_zephyr_mirror":
|
||||||
|
require => Package[nagios-plugins-basic],
|
||||||
|
recurse => true,
|
||||||
|
purge => true,
|
||||||
|
owner => "root",
|
||||||
|
group => "root",
|
||||||
|
mode => 755,
|
||||||
|
source => "puppet:///modules/zulip_ops/nagios_plugins/zulip_zephyr_mirror",
|
||||||
|
}
|
||||||
|
|
||||||
# Prod has our Apple Push Notifications Service private key at
|
# Prod has our Apple Push Notifications Service private key at
|
||||||
# /etc/ssl/django-private/apns-dist.pem
|
# /etc/ssl/django-private/apns-dist.pem
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user