Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyEwings committed Mar 9, 2022
1 parent c38c3ae commit 08057d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 08057d9

Please sign in to comment.