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