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

[datadog.conf] Fix ini format of the file #59

Merged
merged 1 commit into from
Apr 4, 2017

Conversation

olivielpeau
Copy link
Member

@olivielpeau olivielpeau commented Mar 31, 2017

Using the to_nice_yaml filter can break the ini format of the file.

Use manual formatting instead since there's no filter that offers ini formatting
out-of-the-box.

Should fix #49

Using the `to_nice_yaml` filter can break the `ini` format of the file.

Use manual formatting instead since there's no filter that offers that
out-of-the-box.
@olivielpeau olivielpeau force-pushed the olivielpeau/fix-datadog-conf-ini-format branch from c2871f7 to d9f7161 Compare April 3, 2017 18:52
@olivielpeau olivielpeau merged commit 86e0201 into master Apr 4, 2017
@olivielpeau olivielpeau deleted the olivielpeau/fix-datadog-conf-ini-format branch April 4, 2017 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Format datadog.conf with the INI format instead of YAML
1 participant