mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Untabify app_frontend.pp
(imported from commit 2555cafa3bf3f9ef3551e4beab7ca2ad17ed05d4)
This commit is contained in:
@@ -59,10 +59,10 @@ class zulip::app_frontend {
|
||||
"python-gcm-client",
|
||||
# Needed for avatar image resizing
|
||||
"python-imaging",
|
||||
# Needed for LDAP support
|
||||
"python-django-auth-ldap",
|
||||
# Needed for Google Apps mobile auth
|
||||
"python-googleapi",
|
||||
# Needed for LDAP support
|
||||
"python-django-auth-ldap",
|
||||
# Needed for Google Apps mobile auth
|
||||
"python-googleapi",
|
||||
]
|
||||
define safepackage ( $ensure = present ) {
|
||||
if !defined(Package[$title]) {
|
||||
|
||||
Reference in New Issue
Block a user