Add the new html2text requirement for the email mirror to Puppet.

(imported from commit 8d5e9eda4e554a3b48d4fa352e37125f31cafaac)
This commit is contained in:
Jessica McKellar 2013-09-18 11:57:21 -04:00
parent c2e704e4b6
commit 4300d7441a
1 changed files with 3 additions and 0 deletions

View File

@ -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,