mirror of https://github.com/zulip/zulip.git
puppet: Remove python-dateutil requirement from pg_backup_and_purge.
1f565a9f41
removed the `package` lines which install
`python-dateutil`, but not the line in `puppet_ops` that reference it;
as such, Puppet manifests in puppet_ops fail to compile.
Remove the stale reference to `python-dateutil`, which is unnecessary
since the code is python3, not python2.
This commit is contained in:
parent
461d5b1a3e
commit
39d6185ce7
|
@ -33,7 +33,6 @@ class zulip_ops::postgres_common {
|
|||
Package[
|
||||
"postgresql-${zulip::base::postgres_version}",
|
||||
'python3-dateutil',
|
||||
'python-dateutil'
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue