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
f65bffc7
Commit
f65bffc7
authored
Aug 02, 2009
by
mh
Browse files
introduce variable to set wether we have a hashed upload dir or not
parent
71be7b6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/php/mediawiki.pp
View file @
f65bffc7
...
...
@@ -54,7 +54,8 @@ define webhosting::php::mediawiki(
$secret_key
=
'unmanaged'
,
$squid_servers
=
'absent'
,
$extensions
=
'absent'
,
$language
=
'de'
$language
=
'de'
,
$hashed_upload_dir
=
true
){
webhosting::common
{
$name
:
ensure
=>
$ensure
,
...
...
@@ -108,6 +109,7 @@ define webhosting::php::mediawiki(
extensions
=>
$extensions
,
squid_servers
=>
$squid_servers
,
language
=>
$language
,
hashed_upload_dir
=>
$hashed_upload_dir
,
documentroot_write_mode
=>
0660
,
}
...
...
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