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'], } }