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

Implement custom configuration blocks #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

faxm0dem
Copy link

Fixes #13

Example:

class { '::netbox':
  version => '3.0.0',
  custom_configuration => [
    "SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL = ${openid_url}",
    "SOCIAL_AUTH_KEYCLOAK_SECRET = 'secret',
  ]
}

Fixes anderssh#13

Example:

```
class { '::netbox':
  version => '3.0.0',
  custom_configuration => [
    "SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL = ${openid_url}",
    "SOCIAL_AUTH_KEYCLOAK_SECRET = 'secret',
  ]
}
```
@bassonj
Copy link

bassonj commented Sep 26, 2024

Any progress on this?

@faxm0dem
Copy link
Author

This project seems pretty stale to me :'(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide ability to add content to configuration.py
2 participants