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:
7fc5644
)
try to get rid of cruft
author
Stephen Gran
<steve@lobefin.net>
Sat, 2 Mar 2013 15:28:01 +0000
(15:28 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 2 Mar 2013 15:28:01 +0000
(15:28 +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
cc82cda
..
331aa11
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-13,9
+13,11
@@
class roles {
#}
if getfromhash($site::nodeinfo, 'buildd') {
- $foo = getfromhash($site::nodeinfo, 'buildd')
- notice("Buildd is ${foo}")
include buildd
+ } else {
+ class { 'buildd':
+ ensure => absent
+ }
}
if getfromhash($site::nodeinfo, 'bugs_mirror') {