From ddd1f6671de0d2b2e86aa7f0f73ddc67b690b16a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 5 Jan 2014 16:01:50 -0500 Subject: This is Puppet-Gluster+Vagrant! (https://ttboj.wordpress.com/) Puppet-Gluster, now with Vagrant! - Initial release. Happy hacking! --- manifests/repo.pp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'manifests/repo.pp') diff --git a/manifests/repo.pp b/manifests/repo.pp index 7198476..3fccd2d 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -22,8 +22,7 @@ class gluster::repo( # if you leave this blank, we assume you want the latest version... $version = '' ) { - # XXX: this should be https ! - $base = 'http://download.gluster.org/pub/gluster/glusterfs/' + $base = 'https://download.gluster.org/pub/gluster/glusterfs/' if "${version}" == '' { # latest @@ -87,8 +86,7 @@ class gluster::repo( baseurl => "${base_arch}${arch}/", enabled => true, gpgcheck => true, - # XXX: this should not be an http:// link, it should be a file! - # XXX: it's not even https! how can you even prevent a mitm...! + # XXX: this should not be an https:// link, it should be a file gpgkeys => ["${gpgkey}"], ensure => present, } @@ -98,8 +96,7 @@ class gluster::repo( # baseurl => "${base_arch}noarch/", # enabled => true, # gpgcheck => true, - # # XXX: this should not be an http:// link, it should be a file! - # # XXX: it's not even https! how can you even prevent a mitm...! + # # XXX: this should not be an https:// link, it should be a file # gpgkeys => ["${gpgkey}"], # ensure => present, #} -- cgit