puppet: Fix quoting of commented-out python3-boto.

This will avoid a linter error if/when we uncomment it.
This commit is contained in:
Tim Abbott
2019-06-13 14:24:25 -07:00
parent 337efe0fb7
commit e85250941d

View File

@@ -20,7 +20,7 @@ class zulip_ops::base {
'dhcpcd5',
'python3-six',
'python-six',
# "python3-boto", # missing on trusty
# 'python3-boto', # missing on trusty
'python-boto', # needed for postgres_common too
'python3-netifaces',
'python-netifaces',