Skip to content
Snippets Groups Projects

basic-system: Allow overriding /tmp mount options

2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
@@ -10,3 +10,8 @@ journal_persistent_with_package: true
logrotate_period: 'daily' # 'weekly' is newer default
logrotate_backlogs: 7 # default is 7 for daily, 4 for weekly
common_sysctl_file: '/etc/sysctl.conf'
tmp_mount_options:
- rw
- nosuid
- nodev
- noexec
Loading