Showing with 3 additions and 3 deletions.
  1. +1 −1 Modulefile
  2. +2 −2 lib/puppet/type/java_ks.rb
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-java_ks'
version '0.0.1'
version '0.0.2'
source 'https://github.com/puppetlabs/puppetlabs-java_ks.git'
author 'puppetlabs'
license 'APL 2.0'
Expand Down
4 changes: 2 additions & 2 deletions lib/puppet/type/java_ks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ def insync?(is)

newparam(:target) do
desc 'Destination file for the keystore. We autorequire the parent
directory for conveinance.'
directory for convenience.'

isnamevar
end

newparam(:certificate) do
desc 'An already signed certificate that we can place in the keystore. We
autorequire the file for conveinence.'
autorequire the file for convenience.'

isrequired
end
Expand Down