puppet: Update package name for boto-on-python3.

The python3-boto3 package is the maintained fork that supports Python
3; it was renamed in Ubuntu Bionic from the original Ubuntu Xenial name.
This commit is contained in:
Tim Abbott
2020-05-19 20:24:50 -07:00
parent 1c28770810
commit a35e71ebbc

View File

@@ -19,7 +19,7 @@ class zulip_ops::base {
# Needed for zulip-ec2-configure-network-interfaces
'python3-six',
'python-six',
'python3-boto',
'python3-boto3',
'python-boto', # needed for postgres_common too
'python3-netifaces',
'python-netifaces',