Skip to content

Commit

Permalink
updated package.pp
Browse files Browse the repository at this point in the history
forgot to add shim_ensure to zookeeper::shim
  • Loading branch information
sagagliardo-ct committed Oct 15, 2015
1 parent 759d228 commit 47bd0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'zkCli',
'zkCleanup'
]:
ensure => $ensure,
ensure => $shim_ensure,
configdir => $configdir;
}
}
Expand Down

0 comments on commit 47bd0fe

Please sign in to comment.