diff --git a/manifests/init.pp b/manifests/init.pp index cd38329..490107a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -85,6 +85,7 @@ } yumrepo {$repo_name: ensure => 'present', + descr => $repo_name, name => $repo_name, baseurl => "https://repos.influxdata.com/${dist}/\$releasever/\$basearch/stable", gpgkey => 'https://repos.influxdata.com/influxdb2.key https://repos.influxdata.com/influxdb.key',