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:
228e425
)
Also fix the other call
author
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 12:03:42 +0000
(13:03 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 12:03:42 +0000
(13:03 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
e9ca319
..
07efa9c
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-18,7
+18,7
@@
node default {
$nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
$hosterinfo = whohosts($nodeinfo, "/etc/puppet/modules/debian-org/misc/hoster.yaml")
$allnodeinfo = allnodeinfo("sshRSAHostKey ipHostNumber", "purpose")
- $mxinfo = allnodeinfo("mXRecord")
+ $mxinfo = allnodeinfo("mXRecord"
, ""
)
notice("hoster for ${fqdn} is ${hosterinfo}")
include munin-node