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

Switch to Hiera 5 #129

Merged
merged 1 commit into from Aug 11, 2018
Merged

Switch to Hiera 5 #129

merged 1 commit into from Aug 11, 2018

Commits on Aug 10, 2018

  1. Switch to Hiera 5

    This avoids a bunch of warnings when the Puppet Master use the module:
    
    ```
    Warning: /usr/local/etc/puppet/environments/production/modules/bacula/hiera.yaml: Use of 'hiera.yaml' version 4 is deprecated. It should be converted to version 5
       (file: /usr/local/etc/puppet/environments/production/modules/bacula/hiera.yaml)
    Warning: Defining "data_provider": "hiera" in metadata.json is deprecated.
       (file: /usr/local/etc/puppet/environments/production/modules/bacula/metadata.json)
    ```
    
    While here, single-quote all strings in hiera.yaml for consistency and
    add blanks in a similar fashion to the puppetlabs-ntp module.
    smortex committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0f3defb View commit details
    Browse the repository at this point in the history