Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
2 people authored and ehelms committed Oct 20, 2021
1 parent 06f9e45 commit 3c02ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

exec { 'Create database symmetric key':
path => ['/bin', '/usr/bin'],
command => "openssl rand -base64 32 | tr '+/' '-_' > ${pulpcore::database_key_file}",
command => "openssl rand -base64 32 | tr '+/' '-_' > ${pulpcore::database_key_file}",
creates => $pulpcore::database_key_file,
}

Expand Down

0 comments on commit 3c02ad4

Please sign in to comment.