HomeSoftware Heritage

Fix duplicate dependency issue

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix duplicate dependency issue

We mis-analyzed the previous error. The error is still the same.

profile::swh::deploy::storage and profile::swh::deploy::storage_archiver
shares the same dependency on python3-swh.storage package.

Puppet won't accept to solve it. As a fix, we remove such dependency in
profile::swh::deploy::storage_archiver since we already have it with
profile::swh::deploy::storage.

Note that it is not ideal. The better approach would be to package the
archiver on its own package and then refer to such dependency in the
manifest.

Related T481

Details

Provenance
ardumontAuthored on Jul 8 2016, 2:39 PM
ardumontPushed on Jul 8 2016, 2:47 PM

Commit No Longer Exists

This commit no longer exists in the repository.