Skip to content

Commit

Permalink
add write permissions to token file following v1.1.0 of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Mar 27, 2024
1 parent 37a2b35 commit 65efdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/xdmod_export.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
require => User['xdmod-ondemand-export'],
owner => 'xdmod-ondemand-export',
group => 'xdmod-ondemand-export',
mode => '0400',
mode => '0600',
content => $token,
}

Expand Down

0 comments on commit 65efdc5

Please sign in to comment.