include wget class { 'apache': } # use apache module apache::vhost { 'example.com': # define vhost resource port => '80', docroot => '/var/www/html' } wget::fetch { 'https://s3.eu-central-1.amazonaws.com/bootstrapping-with-puppet.labs.easytocloud.com/website.html': destination => '/var/www/html/index.html', timeout => 0, verbose => false, }