nagios-plugins-standard was renamed to monitoring-plugins-standard in 2014
authorJulien Cristau <jcristau@debian.org>
Thu, 5 Sep 2019 12:47:41 +0000 (14:47 +0200)
committerJulien Cristau <jcristau@debian.org>
Thu, 5 Sep 2019 12:47:41 +0000 (14:47 +0200)
And in buster the transitional package is gone.

modules/exim/manifests/mx.pp

index ee09619..f1ea5bb 100644 (file)
@@ -31,7 +31,7 @@ class exim::mx inherits exim {
                port => 587,
                hostname => "$::fqdn",
        }
-       package { 'nagios-plugins-standard':
+       package { 'monitoring-plugins-standard':
                ensure => installed,
        }