mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
puppet: fix installed packages typo in humbug_apache_base.
(imported from commit f503c767cadd9ce5f501233859faafd652f2c4e8)
This commit is contained in:
parent
c186e8ad96
commit
8d0a17cbc3
@ -128,7 +128,7 @@ class humbug_base {
|
||||
|
||||
class humbug_apache_base {
|
||||
$apache_packages = [ "apache2", "libapache2-mod-wsgi", ]
|
||||
package { $web_packages: ensure => "installed" }
|
||||
package { $apache_packages: ensure => "installed" }
|
||||
|
||||
apache2mod { [ "headers", "proxy", "proxy_http", "rewrite", "auth_digest", "ssl" ]:
|
||||
ensure => present,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user