Skip to content

Commit

Permalink
update condition for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Jan 31, 2024
1 parent ddff965 commit 32a9809
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 @@ -20,7 +20,7 @@
-> exec { 'python3 -m pip install xdmod-ondemand-export':
path => '/home/xdmod-ondemand-export/venv/bin:/usr/bin:/usr/sbin:/bin',
user => 'xdmod-ondemand-export',
creates => '/home/xdmod-ondemand-export/venv',
creates => '/home/xdmod-ondemand-export/venv/bin/xdmod-ondemand-export',
}
-> exec { '/usr/bin/setfacl -m u:xdmod-ondemand-export:r-x /etc/httpd/logs':
onlyif => '! getfacl /etc/httpd/logs/ | grep xdmod-ondemand-export'
Expand Down

0 comments on commit 32a9809

Please sign in to comment.