Skip to content

Commit 1ad6f28

Browse files
committed
use parameters from main class
1 parent 36837e6 commit 1ad6f28

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
@@ -24,9 +24,9 @@
2424
# @note Copyright 2015 RL Solutions, unless otherwise noted
2525
#
2626
class gluster::repo::apt (
27-
$version = $gluster::params::version,
28-
$release = $gluster::params::release,
29-
$priority = $gluster::params::repo_priority,
27+
$version = $gluster::version,
28+
$release = $gluster::release,
29+
$priority = $gluster::repo_priority,
3030
) {
3131
include 'apt'
3232

0 commit comments

Comments
 (0)