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

Remove unnecessary hocon require, add write_conf method #16

Merged

Commits on Jun 22, 2015

  1. Remove unnecessary hocon require, add write_conf method

    Prior to this commit we had a separate config_saver module
    for saving the hocon config to disk. This module was requiring
    the hocon gem without Puppet feature protection. This was causing
    requirement issues on the Puppet Server side, where the hocon gem
    is not typically installed.
    This commit moves the code from config saver into the main hocon
    provider, as the method write_conf. This removes the unnecessary
    require, and cleans up the unnecessary config_saver module.
    Brandon High committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    a37f264 View commit details
    Browse the repository at this point in the history