Skip to content

Commit 9ba0938

Browse files
committed
fix formatting issue in repo::apt class
1 parent 2c72bde commit 9ba0938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/repo/apt.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050

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

5757
# basic sanity check
5858
if $version == 'LATEST' {

0 commit comments

Comments
 (0)