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

Commit

Permalink
replace usage of port389_nsstools_add_cert() with nsstools_add_cert()
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Feb 11, 2014
1 parent f2c31d2 commit 799be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/certs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
}

if size(keys($ssl_ca_certs)) > 0 {
port389_nsstools_add_cert($certdir, $ssl_ca_certs)
nsstools_add_cert($certdir, $ssl_ca_certs)
}
}

0 comments on commit 799be3f

Please sign in to comment.