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:
1317bda
)
more printf debug
author
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 07:33:45 +0000
(08:33 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 07:33:45 +0000
(08:33 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/site/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/site/manifests/init.pp
b/modules/site/manifests/init.pp
index
b9ebccc
..
6ed7fc5
100644
(file)
--- a/
modules/site/manifests/init.pp
+++ b/
modules/site/manifests/init.pp
@@
-5,6
+5,7
@@
class site {
$allnodeinfo = allnodeinfo('sshRSAHostKey ipHostNumber', 'purpose mXRecord physicalHost purpose')
notice( sprintf('hoster for %s is %s', $::fqdn, getfromhash($nodeinfo, 'hoster', 'name') ) )
notice( sprintf('facter hoster for %s is %s', $::fqdn, $::hoster) )
+ notice( sprintf('hiera resolver for %s is %s', $::fqdn, hiera('nameservers') ) )
service { 'procps':
hasstatus => false,