Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
foswiki
Commits
1eedad8a
Commit
1eedad8a
authored
Aug 27, 2020
by
André Kerkhoff
Browse files
Fix frozen string in recipe _cache
parent
79af4a2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
1eedad8a
...
...
@@ -3,7 +3,7 @@ maintainer 'HPC'
maintainer_email
'hpc@gsi.de'
license
'All rights reserved'
description
'Installs/Configures Foswiki'
version
'2.0.
5
'
version
'2.0.
6
'
depends
'apache2'
,
'< 6.0'
supports
'debian'
supports
'ubuntu'
recipes/_cache.rb
View file @
1eedad8a
...
...
@@ -21,7 +21,7 @@ when 'Foswiki::PageCache::DBI::MySQL'
package
'default-mysql-server'
username
=
foswiki_secret
(
node
[
'foswiki'
][
'config'
][
'Cache'
][
'DBI'
][
'MySQL'
][
'Username'
])
password
=
foswiki_secret
(
node
[
'foswiki'
][
'config'
][
'Cache'
][
'DBI'
][
'MySQL'
][
'Password'
])
password
=
foswiki_secret
(
node
[
'foswiki'
][
'config'
][
'Cache'
][
'DBI'
][
'MySQL'
][
'Password'
])
.
dup
database
=
foswiki_secret
(
node
[
'foswiki'
][
'config'
][
'Cache'
][
'DBI'
][
'MySQL'
][
'Database'
])
password
.
gsub!
(
'$'
,
'\\$'
)
...
...
Write
Preview
Markdown
is supported
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