zulip/puppet/zulip_ops
Greg Price 98cef0ab48 py3: Augment all mentions of system Python packages to include Python 3.
In some of these contexts, we may still be *using* the Python 2
version, but at least this should eliminate running into
`ImportError`s one by one in scripts that run outside a virtualenv,
as we update their shebangs to refer to Python 3.

Several Python libraries we use don't come in Python 3 versions on
trusty: gevent, boto, twisted, django, django-tagging, whisper.
The latter two don't come in Python 3 versions even on xenial.
So some work required before we can actually switch the code that
relies on those libraries to run as Python 3 -- probably the best
solution will be to backport them all in our apt repo.  (All but
`whisper` are packaged in zesty; `whisper` upstream just grew Python 3
support this year.)
2017-08-09 14:07:05 -07:00
..
files api: Update log2zulip cron job to find the script at its new path. 2017-07-31 21:24:02 -07:00
manifests py3: Augment all mentions of system Python packages to include Python 3. 2017-08-09 14:07:05 -07:00
templates puppet: Update munin configuration to work with modern munin. 2017-05-15 21:49:53 -07:00