From 983db9e21573240eccae757439cbb7c180cc6699 Mon Sep 17 00:00:00 2001 From: Fabien Wernli Date: Mon, 21 Sep 2015 13:52:43 +0200 Subject: [PATCH] Fix bug where service was needlessly restarted also fix bug where hash map was only created on first time --- manifests/map.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/map.pp b/manifests/map.pp index 922eab5..dbcb699 100644 --- a/manifests/map.pp +++ b/manifests/map.pp @@ -95,7 +95,5 @@ exec { "/usr/sbin/postmap ${type}:${name}": subscribe => File[$name], refreshonly => true, - creates => "${name}.${ext}", - notify => Service['postfix'], } }