Skip to content
Snippets Groups Projects
Unverified Commit fb2dcd4e authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

indexer: Fix wrong manifest names

parent d7b7aa23
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ dns::forwarder_insecure: false
internal_network: 192.168.200.0/21
swh::deploy::worker::instances:
- indexer_mimetype
- indexer_content_mimetype
- indexer_fossology_license
- indexer_origin_intrinsic_metadata
......
# Deployment for swh-indexer-ctags
class profile::swh::deploy::worker::indexer_ctags {
class profile::swh::deploy::worker::indexer_content_ctags {
include ::profile::swh::deploy::indexer
$packages = ['universal-ctags']
......
# Deployment for swh-indexer-language
class profile::swh::deploy::worker::indexer_language {
class profile::swh::deploy::worker::indexer_content_language {
include ::profile::swh::deploy::indexer
Package[$::profile::swh::deploy::base_indexer::packages] ~> ::profile::swh::deploy::worker::instance {'indexer_content_language':
ensure => 'stopped',
......
# Deployment for swh-indexer-mimetype
class profile::swh::deploy::worker::indexer_mimetype {
class profile::swh::deploy::worker::indexer_content_mimetype {
include ::profile::swh::deploy::indexer
Package[$::profile::swh::deploy::base_indexer::packages] ~> ::profile::swh::deploy::worker::instance {'indexer_content_mimetype':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment