summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorRandy Barlow <rbarlow@redhat.com>2014-11-12 21:01:37 -0500
committerJames Shubin <james@shubin.ca>2014-11-22 15:39:10 -0500
commitd61ae97bea12d2aaf8b952927789eb0682d1f173 (patch)
treeca3ce7f744158ab9396a575b4de5e95fdd073d0f /manifests/params.pp
parentec5f5040daeabe7f70562eadf3576e65133ff8aa (diff)
downloadpuppet-gluster-d61ae97bea12d2aaf8b952927789eb0682d1f173.tar.gz
puppet-gluster-d61ae97bea12d2aaf8b952927789eb0682d1f173.tar.xz
puppet-gluster-d61ae97bea12d2aaf8b952927789eb0682d1f173.zip
Add support for CentOS 7.0.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 8ed265e..de8baf0 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -64,7 +64,10 @@ class gluster::params(
$misc_gluster_repo = 'https://download.gluster.org/pub/gluster/glusterfs/',
# comment...
- $comment = ''
+ $comment = '',
+
+ # the operatingsystemrelease string used in the repository URL.
+ $repo_operatingsystemrelease = "${operatingsystemrelease}",
) {
if "${comment}" == '' {
warning('Unable to load yaml data/ directory!')