Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
foswiki
Commits
d0b97ce8
Commit
d0b97ce8
authored
Nov 23, 2020
by
André Kerkhoff
Browse files
Fix modifying frozen string in foswiki_dir
parent
059ad2f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/helper.rb
View file @
d0b97ce8
...
...
@@ -13,6 +13,7 @@ module Foswiki
node_obj
[
'foswiki'
][
'config'
][
"
#{
name
.
capitalize
}
Dir"
]
end
return
nil
if
dir
.
nil?
dir
=
dir
.
dup
while
dir
=~
/\$Foswiki::cfg{/
dir
.
gsub!
(
/\$Foswiki::cfg{(\w+)}/
,
node_obj
[
'foswiki'
][
$1
])
end
...
...
metadata.rb
View file @
d0b97ce8
...
...
@@ -3,7 +3,7 @@ maintainer 'HPC'
maintainer_email
'hpc@gsi.de'
license
'All rights reserved'
description
'Installs/Configures Foswiki'
version
'2.2.
9
'
version
'2.2.
10
'
depends
'apache2'
,
'< 6.0'
supports
'debian'
supports
'ubuntu'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment