Closed rkoster closed 11 years ago
I think you want the "p" method?
I found the reference to the property method here use p
does not help.
ssl_cert: <%= p("ssl_cert") %>
gives: 'p': Insecure operation 'p' at level 4
Are you using bosh diff
to merge a deployment stub and a deployment template? If so, then you should use the #find
function as shown here. BOSH does allow ERB directly in the manifest but it only gives the TOP_LEVEL_BINDING
binding to the template (for any simple work). Your deployment manifest should be plain YAML most of the time.
See response in #240
When running
bosh deploy
with the following manifest (showing problematic part):I get the following error:
undefined method 'property' for main:Object (NoMethodError)
I'm using
BOSH 1.5.0.pre.859