| Message: 10221 |
 |
BY: Arne Pfeilsticker (arne) DATE: 2006-06-13 10:05 SUBJECT: RE: Initial Setup Problems When I checked my posted commend, I realised that the leading spaces where removed. I’m not sure whether leading spaces are necessary in the *.yml files.
In order that the leading spaces aren’t removed, I insert line numbers:
File apps.yml should look like this:
1---
2- !ruby/object:App
3 attributes:
4 name: sandbox
5 id: "1"
6 is_registered: ~
| |