Showing with 2 additions and 2 deletions.
  1. +1 −1 Modulefile
  2. +1 −1 manifests/init.pp
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'hunner-hiera'
version '0.1.0'
version '0.1.1'
source 'UNKNOWN'
author 'hunner'
license 'UNKNOWN'
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
group => 'pe-puppet',
mode => '0644',
}
file { $hiera_data:
file { $datadir:
ensure => directory,
}
# Template uses $hierarchy, $datadir
Expand Down