projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7647864
)
nagios-plugins-standard was renamed to monitoring-plugins-standard in 2014
author
Julien Cristau
<jcristau@debian.org>
Thu, 5 Sep 2019 12:47:41 +0000
(14:47 +0200)
committer
Julien 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
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/mx.pp
b/modules/exim/manifests/mx.pp
index
ee09619
..
f1ea5bb
100644
(file)
--- a/
modules/exim/manifests/mx.pp
+++ b/
modules/exim/manifests/mx.pp
@@
-31,7
+31,7
@@
class exim::mx inherits exim {
port => 587,
hostname => "$::fqdn",
}
- package { '
nagios
-plugins-standard':
+ package { '
monitoring
-plugins-standard':
ensure => installed,
}