Skip to content

Commit

Permalink
Drop ext3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 16, 2025
1 parent ca1be5e commit 868a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/volumes.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Boolean $bind_mount = true,
String $seltype = 'home_root_t',
Boolean $enable_resize = false,
Enum['xfs', 'ext3', 'ext4'] $filesystem = 'xfs',
Enum['xfs', 'ext4'] $filesystem = 'xfs',
Optional[String[1]] $quota = undef,
Optional[String[1]] $type = undef,
Optional[String[1]] $mkfs_options = undef,
Expand Down

0 comments on commit 868a363

Please sign in to comment.