Skip to content

Commit

Permalink
fix formatting issue in repo::apt class
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 28, 2018
1 parent 2c72bde commit 9ba0938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/repo/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@

# Key location is different for some releases
$repo_key_source = $release ? {
'3.8' => "https://download.gluster.org/pub/gluster/glusterfs/${release}/LATEST/rsa.pub",
default => "https://download.gluster.org/pub/gluster/glusterfs/${release}/rsa.pub",
}
'3.8' => "https://download.gluster.org/pub/gluster/glusterfs/${release}/LATEST/rsa.pub",
default => "https://download.gluster.org/pub/gluster/glusterfs/${release}/rsa.pub",
}

# basic sanity check
if $version == 'LATEST' {
Expand Down

0 comments on commit 9ba0938

Please sign in to comment.