Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 413 Bytes

File metadata and controls

17 lines (11 loc) · 413 Bytes

Provision

In virtual machine dedicated section, add:

    demo.vm.provision "shell", inline: <<-SHELL
      echo "This is course demo project" > /etc/motd
    SHELL

Result

Then, 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