link pool_patches to a pool

This commit is contained in:
Olivier Lambert 2015-05-06 15:34:57 +02:00
parent 33334830cc
commit 898244d04d

View File

@ -331,6 +331,11 @@ module.exports = ->
rule: 'VM'
bind: -> @genval.$pool.$ref
}
patches: $set {
rule: 'pool_patch'
bind: -> @genval.$pool.$ref
}
}
#-------------------------------------------------------------------