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

Feature add parameter wp additional inline config #53

Closed
wants to merge 2 commits into from
Closed

Feature add parameter wp additional inline config #53

wants to merge 2 commits into from

Conversation

nicolasbrechet
Copy link

Hello,

I've added a "wp_additional_inline_config" parameter to allow loading of extra configuration options in the wp-config.php file without specifying a template.
This should solve issue #38.

I have tested it with Hiera:

wordpress::wp_additional_inline_config: 
  WP_CACHE: true

Which results in:

[...]

define('WP_CACHE', true);

/* That's all, stop editing! Happy blogging. */

Let me know if there's anything I should modify.

Thanks!

@hunner hunner deleted the branch hunner:master May 30, 2023 20:47
@hunner hunner closed this May 30, 2023
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.

2 participants