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:
bbd37ff
)
stop now
author
Stephen Gran
<steve@lobefin.net>
Sun, 3 Mar 2013 12:49:37 +0000
(12:49 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 3 Mar 2013 12:49:37 +0000
(12:49 +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
331aa11
..
aaeacee
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-14,10
+14,6
@@
class roles {
if getfromhash($site::nodeinfo, 'buildd') {
include buildd
- } else {
- class { 'buildd':
- ensure => absent
- }
}
if getfromhash($site::nodeinfo, 'bugs_mirror') {