From 16c6d006e14d14957f2e2d4dae5c0435a1c1b2ad Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 17 Dec 2016 23:47:18 +0200
Subject: [PATCH] - As minimal a config as can be.

---
 tests/templates/dhcpd.conf.j2 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/templates/dhcpd.conf.j2 b/tests/templates/dhcpd.conf.j2
index e69de29..a9da453 100644
--- a/tests/templates/dhcpd.conf.j2
+++ b/tests/templates/dhcpd.conf.j2
@@ -0,0 +1,4 @@
+authoritative;
+subnet {{ ansible_default_ipv4.network }} netmask {{ ansible_default_ipv4.netmask }}
+{
+}
-- 
GitLab