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:
c2a8153
)
a little printf debug
author
Stephen Gran
<steve@lobefin.net>
Sat, 2 Mar 2013 11:06:13 +0000
(11:06 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 2 Mar 2013 11:06:13 +0000
(11:06 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
aaeacee
..
cc82cda
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-13,6
+13,8
@@
class roles {
#}
if getfromhash($site::nodeinfo, 'buildd') {
+ $foo = getfromhash($site::nodeinfo, 'buildd')
+ notice("Buildd is ${foo}")
include buildd
}