Skip to content

Commit

Permalink
Fix root api token hash content
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Aug 17, 2023
1 parent d6f9a08 commit 83eab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/userportal.pp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
|EOT

file { '/var/www/userportal/.root_api_token.hash':
content => str2saltedsha512($root_api_token),
content => sha256($root_api_token),
owner => 'root',
group => 'root',
mode => '0600',
Expand Down

0 comments on commit 83eab01

Please sign in to comment.