diff --git a/README.md b/README.md
index cdf6be8..c73a8f1 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ nsstools::create {
:
`String` Required
- Password to set on the database. There are
+ Password to set on the database. There are
[__Security Considerations__](#security-considerations) to be aware of with
this parameter.
@@ -202,7 +202,7 @@ nsstools::add_cert { :
* `certdir`
- `String`/absolute path required
+ `String`/absolute path required
Absolute path to the directory to contain the database files.
* `cert`
diff --git a/lib/puppet/parser/functions/nsstools_add_cert.rb b/lib/puppet/parser/functions/nsstools_add_cert.rb
index 8a14d8a..62f9c86 100644
--- a/lib/puppet/parser/functions/nsstools_add_cert.rb
+++ b/lib/puppet/parser/functions/nsstools_add_cert.rb
@@ -46,7 +46,7 @@ module Puppet::Parser::Functions
raise(Puppet::ParseError, ":nsstools_add_cert(): " +
"Second argument must be a hash")
end
-
+
# we need to managle the resource name so multiple instances (and/or the
# admin server) can reuse the same certs
certs.each_pair do |nickname, cert|
@@ -57,6 +57,6 @@ module Puppet::Parser::Functions
'cert' => cert,
}
}])
- end
+ end
end
end
diff --git a/spec/acceptance/nodesets/fedora-21.yml b/spec/acceptance/nodesets/fedora-21.yml
index 95e3ce4..3f54b75 100644
--- a/spec/acceptance/nodesets/fedora-21.yml
+++ b/spec/acceptance/nodesets/fedora-21.yml
@@ -3,7 +3,7 @@ HOSTS:
roles:
- master
platform: fedora-21-x86_64
- box: chef/fedora-21
+ box: chef/fedora-21
hypervisor: vagrant
CONFIG:
type: foss