You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maestro/config/routines/tmpdir.config.js

19 lines
375 B

const tmpdir_config = {
type: 'checks',
hosts: ['core', 'localhost'],
steps: [
{
type: 'fs.directory',
host: 'core',
path: '/tmp/glmdev',
},
{
type: 'fs.directory',
host: 'localhost',
path: '/tmp/glmdev',
},
],
}
module.exports = exports = tmpdir_config