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
3fa87b5f
Commit
3fa87b5f
authored
Dec 30, 2018
by
mh
Browse files
add a way to configure different ratelimits per hosting
parent
6de5b3b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/common.pp
View file @
3fa87b5f
...
...
@@ -215,6 +215,13 @@ define webhosting::common(
web_group
=>
$real_gid_name
,
options
=>
$real_user_scripts_options
,
}
if
'mail_ratelimit'
in
$configuration
{
exim::ratelimit::localforward::entry
{
$real_run_uid_name
:
ratelimit
=>
$configuration
[
'mail_ratelimit'
];
}
}
}
if
(
$git_repo
!=
'absent'
)
and
(
$ensure
!=
'absent'
)
{
webhosting::utils::clone
{
...
...
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