Pass through manager and superuser parameters to configuration file

This commit is contained in:
2014-11-23 23:39:12 +00:00
parent 3b1b23732e
commit cafc0d0a08
4 changed files with 8 additions and 2 deletions

View File

@@ -44,6 +44,6 @@ $conf['auth']['ldap']['mapping']['grps']['<%= key %>'] = '<%= value %>';
$conf['auth']['ldap']['debug'] = 1;
<%- end -%>
$conf['manager'] = '<%= @management_group %>';
$conf['superuser'] = '<%= @management_group %>';
$conf['manager'] = '<%= @manager %>';
$conf['superuser'] = '<%= @superuser %>';