class certbot::standalone { # Warning: this offers poor verification for the downloaded application exec { 'getcertbot': command => "/usr/bin/wget https://dl.eff.org/certbot-auto -O ${certbot::base_path}/${certbot::tool} && chmod +x ${certbot::base_path}/${certbot::tool}", user => 'root', cwd => '/tmp', creates => '${certbot::base_path}/${certbot::tool}', } }