mirror of https://github.com/zulip/zulip.git
Add the new html2text requirement for the email mirror to Puppet.
(imported from commit 8d5e9eda4e554a3b48d4fa352e37125f31cafaac)
This commit is contained in:
parent
c2e704e4b6
commit
4300d7441a
|
@ -1,6 +1,9 @@
|
|||
class zulip::staging_app_frontend {
|
||||
class { 'zulip::app_frontend': }
|
||||
|
||||
$packages = [ "python-html2text" ]
|
||||
package { $packages: ensure => "installed" }
|
||||
|
||||
file { "/etc/nginx/sites-available/humbug-staging":
|
||||
require => Package[nginx],
|
||||
ensure => file,
|
||||
|
|
Loading…
Reference in New Issue