sbadia / puppet-gitlab

Puppet module for manage GitLab installation
http://forge.puppetlabs.com/sbadia/gitlab
GNU General Public License v3.0
131 stars 76 forks source link

Allow setting `can_create_group` #235

Open joshuaspence opened 9 years ago

joshuaspence commented 9 years ago

Currently it's not possible to override this setting:

    ## User settings
    default_projects_limit: <%= @gitlab_projects %>
    # default_can_create_group: false  # default: true
    # default: true - User can change her username/namespace
sbadia commented 9 years ago

sounds a good idea indeed, maybe @alexcern already managed this with #234 ?

alexcern commented 9 years ago

Hi,

Yes, I will include it in #234.