exec { 'apt-update': command => '/usr/bin/apt-get update'}
package { ['php7.2', 'php7.2-mysql']: require => Exec['apt-update'], ensure => installed, }
exec { 'run-php7': require => Package['php7.2'], command => '/usr/bin/php -S localhost:80 &'
Error: Could not parse for environment production: Syntax error at end of input (file: /vagrant/configs/manifests/phpweb.pp) on node ubuntu-bionic.box