mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
@@ -41,6 +41,7 @@ APT_DEPENDENCIES = {
|
||||
"puppet", # Used by lint-all
|
||||
"gettext", # Used by makemessages i18n
|
||||
"curl", # Used for fetching PhantomJS as wget occasionally fails on redirects
|
||||
"netcat", # Used for flushing memcached
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ class zulip::base {
|
||||
"python-simplejson",
|
||||
# For development/debugging convenience
|
||||
"ipython",
|
||||
# Used in scripts
|
||||
"netcat",
|
||||
]
|
||||
package { $base_packages: ensure => "installed" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user