Setting to undef does not clear the hiera default :(
authorPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 17:05:06 +0000 (19:05 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 21 Sep 2019 17:05:06 +0000 (19:05 +0200)
modules/exim/manifests/mx.pp

index 2db5c8d..24d5405 100644 (file)
@@ -1,7 +1,7 @@
 # our heavy exim class
 class exim::mx {
   class { 'exim':
-    smarthost => undef,
+    smarthost => '',
   }
 
   include clamav