From dfb04a43b44a607cd9f449db49fd57cc8a1ee2e7 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Mon, 9 May 2016 23:47:57 -0400 Subject: [PATCH] set dig_pkg on arch linux for issue #59 --- openssh/map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/map.jinja b/openssh/map.jinja index 3d7a4ab..6146031 100644 --- a/openssh/map.jinja +++ b/openssh/map.jinja @@ -10,6 +10,7 @@ that differ from whats in defaults.yaml 'server': 'openssh', 'client': 'openssh', 'service': 'sshd', + 'dig_pkg': 'bind-utils', }, 'Debian': { 'server': 'openssh-server',