Skip to content

Commit

Permalink
Merge pull request #2929 from jeff1evesque/feature-2928
Browse files Browse the repository at this point in the history
#2928: Replace hiera version 3 with version 5
  • Loading branch information
jeff1evesque committed Mar 5, 2017
2 parents 64b7bcf + 51089c3 commit 47fd5cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Vagrant.configure(2) do |config|
config.vm.box_download_checksum_type = 'md5'

## Ensure puppet installed within guest
config.puppet_install.puppet_version = '4.9.2'
config.puppet_install.puppet_version = '4.9.3'

## Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
Expand Down
16 changes: 9 additions & 7 deletions hiera.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
:backends:
- yaml
version: 5
defaults:
datadir: /vagrant/hiera
data_hash: yaml_data

:yaml:
:datadir: /vagrant/hiera
hierarchy:
- name: 'General build packages'
path: packages.yaml

:hierarchy:
- packages
- settings
- name: 'General application settings'
path: settings.yaml

0 comments on commit 47fd5cb

Please sign in to comment.