sysinfo: remove the ec2 and scaleway providers
we can just use the generic one for those as well
This commit is contained in:
@@ -15,12 +15,6 @@ function api(provider) {
|
||||
assert.strictEqual(typeof provider, 'string');
|
||||
|
||||
switch (provider) {
|
||||
case 'ec2':
|
||||
case 'lightsail':
|
||||
case 'ami':
|
||||
return require('./sysinfo/ec2.js');
|
||||
|
||||
case 'scaleway': return require('./sysinfo/scaleway.js');
|
||||
case 'fixed': return require('./sysinfo/fixed.js');
|
||||
case 'network-interface': return require('./sysinfo/network-interface.js');
|
||||
default: return require('./sysinfo/generic.js');
|
||||
|
||||
Reference in New Issue
Block a user