Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lysator
Puppet
Datorhandbok
Commits
aad15e9d
Commit
aad15e9d
authored
Feb 01, 2021
by
Hugo Hörnquist
Browse files
Remove sensitive.
parent
43cc73d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
aad15e9d
...
...
@@ -129,7 +129,7 @@ class datorhandbok (
group => www-data,
mode => '0440',
content => epp('datorhandbok/LocalSettings.php',
{ 'mysql_password' =>
Sensitive(
$mysql_password
)
}
),
{ 'mysql_password' => $mysql_password
}
),
require
=>
Package
[
'mediawiki'
],
}
...
...
templates/LocalSettings.php.epp
View file @
aad15e9d
<%- |
Sensitive
[
String
]
$mysql_password
,
$mysql_password
=
undef
,
| -%>
<?php
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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