Automate the installation of a WordPress server, using as target server a virtual machine managed with Vagrant, using Puppet for the installation and configuration of packages.
The configuration should allow access to the server and directly display a blog with a default theme applied.
vagrant init bento/ubuntu-22.04
vagrant up
http://localhost:8080