progmaticltd / homebox

A set of ansible scripts to build a personal mail server / private cloud / etc.
https://homebox.space/
GNU General Public License v3.0
461 stars 52 forks source link

Clarify system.yml filename #348

Closed besendorf closed 3 years ago

besendorf commented 3 years ago

As mentioned in #347 the path of system-example.yml is wrong in the documentation. However I also noticed that the documentation asks to name the file `system.yml' but the file itself says to copy it to common.yml. Which one is it? Is it even important? Could you please clarify this?

arodier commented 3 years ago

I think the common.yml is an old artefact of the initial code.

arodier commented 3 years ago

I cannot find common.yml any more in the code, please, tell me where this is referenced and reopen the issue if needed.

besendorf commented 3 years ago

It is referenced in this exact line: https://github.com/progmaticltd/homebox/blob/dev/preseed/config/system-example.yml#L9

arodier commented 3 years ago

Thanks, I looked into the master branch. I will remove the line

arodier commented 3 years ago

This has been fixed in the last PR too.