agiledivider / vagrant-hostsupdater

MIT License
1.15k stars 129 forks source link

Where do put aliases #109

Open drjnet opened 8 years ago

drjnet commented 8 years ago

Hi,

Apologies if this is a stupid question but where do i add additional aliases? I've converted the line in the readme into config.yaml format

e.g.

config.hostsupdater.aliases = ["alias.testing.de", "alias2.somedomain.com"]

to:

hostsupdater: aliases: ["alias.testing.de", "alias2.somedomain.com"]

But when running vagrant up or provision only the main hostname defined in config.yaml is added to /ets/hosts

Thanks

drjnet commented 8 years ago

I should add Im use puphpet to create the vagrant files. Ive also tried putting the config in the main Vagrant file to no success