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
87d22676
Commit
87d22676
authored
Feb 01, 2021
by
Hugo Hörnquist
Browse files
fixes
parent
8f93ce5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
87d22676
class
datorhandbok
(
$
mysql_password
=
undef
,
#
hiera
)
{
ensure_packages([
'apache2',
'apache2',
'default-mysql-server',
'mediawiki',
'imagemagick',
...
...
@@ -129,7 +128,8 @@ class datorhandbok (
owner => root,
group => www-data,
mode => '0440',
content => epp('datorhandbok/LocalSettings.php', { 'mysql_password' => Sensative($mysql_password)),
content => epp('datorhandbok/LocalSettings.php',
{ 'mysql_password' => Sensative($mysql_password)}
),
require
=>
Package
[
'mediawiki'
],
}
...
...
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