files = { '/etc/oidentd.conf': { 'content_type': 'mako', 'triggers': { 'svc_systemd:oidentd:restart', }, }, } svc_systemd = { 'oidentd': { 'needs': { 'pkg_apt:oidentd', 'file:/etc/oidentd.conf', }, }, }