Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 7, 2015
1 parent 3652e16 commit 5efd9f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ nsstools::create { <title>:

`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.

Expand Down Expand Up @@ -202,7 +202,7 @@ nsstools::add_cert { <title>:

* `certdir`

`String`/absolute path required
`String`/absolute path required
Absolute path to the directory to contain the database files.

* `cert`
Expand Down
4 changes: 2 additions & 2 deletions lib/puppet/parser/functions/nsstools_add_cert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -57,6 +57,6 @@ module Puppet::Parser::Functions
'cert' => cert,
}
}])
end
end
end
end
2 changes: 1 addition & 1 deletion spec/acceptance/nodesets/fedora-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5efd9f7

Please sign in to comment.