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:
188ca3c
)
more printf debug
author
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 07:02:06 +0000
(08:02 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 16 Apr 2012 07:02:06 +0000
(08:02 +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
2c6dab5
..
b9ebccc
100644
(file)
--- a/
modules/site/manifests/init.pp
+++ b/
modules/site/manifests/init.pp
@@
-4,6
+4,7
@@
class site {
$nodeinfo = nodeinfo($::fqdn, '/etc/puppet/modules/debian-org/misc/local.yaml')
$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) )
service { 'procps':
hasstatus => false,