aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-01-25 12:17:25 -0800
committerDan Fandrich <danf@mageia.org>2024-01-25 12:17:25 -0800
commit5f6f124d960df9a808f43aa6a6b637b9d26f802e (patch)
treeb92322800584728bc29e68d8b98c1366b20a2cde /modules/subversion
parent40f8d6f10f0ad687e9bfc0f711fbe19257abb8a7 (diff)
downloadpuppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar
puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.gz
puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.bz2
puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.tar.xz
puppet-5f6f124d960df9a808f43aa6a6b637b9d26f802e.zip
Switch links to https: that are found in comments
These are for use by humans only.
Diffstat (limited to 'modules/subversion')
-rw-r--r--modules/subversion/manifests/client.pp2
-rw-r--r--modules/subversion/manifests/repository.pp4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/subversion/manifests/client.pp b/modules/subversion/manifests/client.pp
index a2aa42ee..083a58da 100644
--- a/modules/subversion/manifests/client.pp
+++ b/modules/subversion/manifests/client.pp
@@ -2,7 +2,7 @@ class subversion::client {
# svn spam log with
# Oct 26 13:30:01 valstar svn: No worthy mechs found
# without it,
- # http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html
+ # https://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html
#
$sasl2_package = $::architecture ? {
x86_64 => 'lib64sasl2-plug-anonymous',
diff --git a/modules/subversion/manifests/repository.pp b/modules/subversion/manifests/repository.pp
index 8d6156b9..77b32765 100644
--- a/modules/subversion/manifests/repository.pp
+++ b/modules/subversion/manifests/repository.pp
@@ -24,12 +24,12 @@ define subversion::repository($group = 'svn',
$syntax_check = '',
$extract_dir = '') {
# check permissions
- # http://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html
+ # https://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html
# $name ==> directory of the repo
include subversion::server
# TODO set umask -> requires puppet 2.7.0
# unfortunatly, umask is required
- # http://projects.puppetlabs.com/issues/4424
+ # https://projects.puppetlabs.com/issues/4424
exec { "/usr/local/bin/create_svn_repo.sh ${name}":
user => 'root',
group => $group,