Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
c831b8b0
Commit
c831b8b0
authored
Jun 15, 2010
by
drumm
Committed by
Neil Drumm
Jun 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cluster grants.
parent
683f531a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
http/cluster/cluster_service.inc
http/cluster/cluster_service.inc
+7
-0
No files found.
http/cluster/cluster_service.inc
View file @
c831b8b0
...
...
@@ -56,4 +56,11 @@ class provisionService_http_cluster extends provisionService_http {
$args
=
func_get_args
();
$this
->
_each_server
(
__FUNCTION__
,
$args
);
}
function
grant_server_list
()
{
return
array_merge
(
array_map
(
'd'
,
$this
->
server
->
cluster_web_servers
),
array
(
d
(
$this
->
context
)
->
platform
->
server
)
);
}
}
Write
Preview
Markdown
is supported
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