Open drjnet opened 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
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
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