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