Skip to content

Commit

Permalink
RANGER-4587: blog: dynamic expressions - #3
Browse files Browse the repository at this point in the history
(cherry picked from commit 1fafc63)
  • Loading branch information
mneethiraj committed Jun 20, 2024
1 parent f787efe commit d07a8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/site/resources/blogs/dynamic_expressions.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ <h2>Resource names</h2>
<p class=MsoSmaller style='margin-left:1.0in;text-indent:-.25in;font-family:"Courier New"'>/home/${{REQ.user}}</p>
<p class=HalfLine>&nbsp;</p>

<p class="MsoSmaller">Policy resource for directory of each user's department:</p>
<p class="MsoSmaller">Policy resource for directory of user's department:</p>
<p class=HalfLine>&nbsp;</p>
<p class=MsoSmaller style='margin-left:1.0in;text-indent:-.25in;font-family:"Courier New"'>/data/dept/${{USER.dept}}</p>
<p class=HalfLine>&nbsp;</p>

<p class="MsoSmaller">Policy resource for database of each user's department:</p>
<p class="MsoSmaller">Policy resource for database of user's department:</p>
<p class=HalfLine>&nbsp;</p>
<p class=MsoSmaller style='margin-left:1.0in;text-indent:-.25in;font-family:"Courier New"'>db_${{USER.dept}}</p>
<p class=HalfLine>&nbsp;</p>
Expand Down

0 comments on commit d07a8d9

Please sign in to comment.