Skip to content

Commit

Permalink
Fix module data provider
Browse files Browse the repository at this point in the history
This commit sets the data provider to Hiera.  A previous update added
the `hiera.yaml` file and `/data` directories, but they have not
actually been used.  It went unnoticed, because they were empty.  Fixing
this allows future changes to use the module data system.
  • Loading branch information
lamawithonel committed Jan 20, 2017
1 parent e0c156b commit f839541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"source": "https://github.com/voxpupuli/puppet-yum.git",
"project_page": "https://github.com/voxpupuli/puppet-yum",
"issues_url": "https://github.com/voxpupuli/puppet-yum/issues",
"data_provider": "hiera",
"dependencies": [
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit f839541

Please sign in to comment.