maestro/config/routines/updates.config.js

17 lines
317 B
JavaScript
Raw Normal View History

const updates_config = {
type: 'checks',
hosts: ['core', 'localhost'],
steps: [
{
type: 'package.updates',
host: 'core',
},
{
type: 'package.updates',
host: 'localhost',
},
],
}
module.exports = exports = updates_config