files = {
    '/etc/webfsd.conf': {
        'content_type': 'mako',
        'context': node.metadata['webfs'],
        'triggers': {
            'svc_systemd:webfs:restart',
        },
    },
}

svc_systemd = {
    'webfs': {
        'needs': {
            'pkg_apt:webfs',
        },
    },
}