Skip to content

Commit

Permalink
Merge pull request #57 from dustints/9888
Browse files Browse the repository at this point in the history
Fixes #9888 - use random_password over generate_password
  • Loading branch information
Dustin Tsang committed Mar 26, 2015
2 parents a525598 + 8dde1e3 commit cec063a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
$ca_key = "${certs::pki_dir}/private/${default_ca_name}.key"
$ca_cert = "${certs::pki_dir}/certs/${default_ca_name}.crt"
$ca_cert_stripped = "${certs::pki_dir}/certs/${default_ca_name}-stripped.crt"
$ca_key_password = cache_data('ca_key_password', generate_password())
$ca_key_password = cache_data('ca_key_password', random_password(24))
$ca_key_password_file = "${certs::pki_dir}/private/${default_ca_name}.pwd"

$katello_server_ca_cert = "${certs::pki_dir}/certs/${server_ca_name}.crt"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "theforeman-foreman",
"version_requirement": ">= 1.5.0"
"version_requirement": ">= 2.0.0"
},
{
"name": "katello-common",
Expand Down

0 comments on commit cec063a

Please sign in to comment.