In virtual machine dedicated section, add:
demo.vm.provision "shell", inline: <<-SHELL
echo "This is course demo project" > /etc/motd
SHELLThen, use ssh to login, in the welcome screen, you'll see This is course demo project.
For more information, this is the portal leads to official site.
Zhan.Shi @ 2017