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

Conversation

smortex
Copy link
Member

@smortex smortex commented Aug 10, 2018

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.

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.
@zachfi
Copy link
Contributor

zachfi commented Aug 11, 2018

Thank you @smortex.

@zachfi zachfi merged commit 21f7bdd into voxpupuli:master Aug 11, 2018
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.

None yet

2 participants