Skip to content

Commit

Permalink
Use partition exist platforms on a real rule
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Jul 21, 2022
1 parent 5a0078d commit 3c9e4cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ references:
stigid@ol8: OL08-00-040132
stigid@rhel8: RHEL-08-040132

platform: machine
platforms:
- machine and partition-var-tmp

template:
name: mount_option
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

. $SHARED/partition.sh

clean_up_partition /var/tmp # Remove the partition from the system, and unmount it

0 comments on commit 3c9e4cb

Please sign in to comment.