Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decorator Creates to many quotes #36

Closed
maetthu-indermuehle opened this issue Nov 6, 2015 · 1 comment
Closed

Decorator Creates to many quotes #36

maetthu-indermuehle opened this issue Nov 6, 2015 · 1 comment
Labels
bug Something isn't working

Comments

@maetthu-indermuehle
Copy link
Contributor

Hiera Code:

gitlab::gitlab_rails:
  omniauth_enabled: true
  omniauth_allow_single_sign_on: false
  block_auto_created_users: true
  omniauth_providers:
    - name: "github"
      app_id: "9a6161e2354332d5b5f5"
      app_secret: "ec032383e83fb59205a381f3ac9ec98a9a2bb486"
      url: "https://github.com/"
      args:
       scope: "user:email"

The result in /etc/gitlab/gitlab.rb

gitlab_rails['omniauth_providers'] = ["{"name"=>"github", "app_id"=>"9a6161e2354332d5b5f5", "app_secret"=>"ec032383e83fb59205a381f3ac9ec98a9a2bb486", "url"=>"https://github.com/", "args"=>{"scope"=>"user:email"}}"]

The quote in the Array is not needed.

@tobru tobru added the bug Something isn't working label Nov 6, 2015
@tobru
Copy link
Contributor

tobru commented Nov 6, 2015

cannot reproduce

@tobru tobru closed this as completed Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants