cloudfoundry-community-attic / cf-services-release

Cloud Foundry services release (includes mysql V1 service and gateway only)
Apache License 2.0
9 stars 25 forks source link

undefined method `acls' #7

Closed ramonskie closed 11 years ago

ramonskie commented 11 years ago

i get the following error when using cf-service-release and following the readme.

Error 80006: Error filling in template `postgresql_gateway.yml.erb' for `services/0' (line 5: undefined method `acls' for nil:NilClass)

seems that this function is not defined https://github.com/cloudfoundry/cf-services-release/blob/master/jobs/postgresql_gateway/templates/postgresql_gateway.yml.erb#L5

and i have no idea what acls should do

drnic commented 11 years ago

I believe the fix to this is in #5

drnic commented 11 years ago

I'm sorry I broke that :)

ramonskie commented 11 years ago

thanks will test it when your commit is merged