Skip to content

Commit

Permalink
Merge pull request #17 from chuman/patch-1
Browse files Browse the repository at this point in the history
Set repo priority to 'undef'
  • Loading branch information
skpy committed Jun 17, 2015
2 parents 489637b + da5362b commit 7a9438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$repo_gpg_key_source = "puppet:///modules/${module_name}/${repo_gpg_key_name}"
# we explicitly do NOT set a priority here. The user must define
# a priority in order to ensure that it is activated
$repo_priority = absent
$repo_priority = undef

# these packages are the upstream names
$server_package = 'glusterfs-server'
Expand Down

0 comments on commit 7a9438b

Please sign in to comment.