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