Untabify app_frontend.pp

(imported from commit 2555cafa3bf3f9ef3551e4beab7ca2ad17ed05d4)
This commit is contained in:
Zev Benjamin
2014-03-31 22:57:49 -07:00
parent 80db1b9feb
commit 8518801601

View File

@@ -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]) {