Skip to content

Commit 2d474b5

Browse files
authored
Merge pull request #1754 from hunner/fix_sles
(maint) Add dav_svn packages for sles
2 parents fd2a330 + 0cc0bfb commit 2d474b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/params.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@
539539
if $::operatingsystemrelease < '11' or $::operatingsystemrelease >= '12' {
540540
$mod_packages = {
541541
'auth_kerb' => 'apache2-mod_auth_kerb',
542+
'dav_svn' => 'subversion-server',
542543
'perl' => 'apache2-mod_perl',
543544
'php5' => 'apache2-mod_php5',
544545
'python' => 'apache2-mod_python',
@@ -548,6 +549,7 @@
548549
} else {
549550
$mod_packages = {
550551
'auth_kerb' => 'apache2-mod_auth_kerb',
552+
'dav_svn' => 'subversion-server',
551553
'perl' => 'apache2-mod_perl',
552554
'php5' => 'apache2-mod_php53',
553555
'python' => 'apache2-mod_python',

0 commit comments

Comments
 (0)