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
immerda
Puppet Modules
webhosting
Commits
d1f3226f
Commit
d1f3226f
authored
Jan 17, 2012
by
mh
Browse files
pass autoinstall option
parent
05419a55
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/php/mediawiki.pp
View file @
d1f3226f
...
...
@@ -65,6 +65,7 @@ define webhosting::php::mediawiki(
$sitename
=
'unmanaged'
,
$secret_key
=
'unmanaged'
,
$wiki_options
=
{},
$autoinstall
=
true
,
$squid_servers
=
hiera
(
'reverse_proxies'
,
'absent'
),
$file_extensions
=
'absent'
,
$extensions
=
'absent'
,
...
...
@@ -147,6 +148,7 @@ define webhosting::php::mediawiki(
file_extensions
=>
$file_extensions
,
extensions
=>
$extensions
,
wiki_options
=>
$wiki_options
,
autoinstall
=>
$autoinstall
,
squid_servers
=>
$squid_servers
,
language
=>
$language
,
hashed_upload_dir
=>
$hashed_upload_dir
,
...
...
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