Skip to content

Commit

Permalink
Update integration-packer-redirects.js (#2324)
Browse files Browse the repository at this point in the history
Enabled redirects for recently migrated plugins
  • Loading branch information
nywilken authored Feb 9, 2024
1 parent 83a7f1b commit 74558e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build-libs/integration-packer-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'linode',
slug: 'linode',
components: [
Expand Down Expand Up @@ -424,7 +424,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'mondoohq',
slug: 'mondoo',
newSlug: 'cnspec',
Expand All @@ -451,7 +451,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'nutanix-cloud-native',
slug: 'nutanix',
indexPages: [TYPE_BUILDER],
Expand Down Expand Up @@ -490,7 +490,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'outscale',
slug: 'outscale',
indexPages: [TYPE_BUILDER],
Expand Down Expand Up @@ -572,7 +572,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'scaleway',
slug: 'scaleway',
components: [
Expand All @@ -583,7 +583,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'ivoronin',
slug: 'sshkey',
components: [
Expand All @@ -594,7 +594,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'cirruslabs',
slug: 'tart',
components: [
Expand Down Expand Up @@ -642,7 +642,7 @@ const packerPluginIntegrations = [
],
},
{
enabled: false,
enabled: true,
org: 'UpCloudLtd',
slug: 'upcloud',
components: [
Expand Down

0 comments on commit 74558e3

Please sign in to comment.