Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit eee981a1 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

manifests/grub.pp: swapaccount=1 als Kernel-Parameter ergänzt

parent 857fe760
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class ubuntu_server::grub{
file_line{'grub_config_1':
path => '/etc/default/grub',
line => 'GRUB_CMDLINE_LINUX_DEFAULT=quiet',
line => 'GRUB_CMDLINE_LINUX_DEFAULT=quiet swapaccount=1',
match => '^GRUB_CMDLINE_LINUX_DEFAULT',
} ~> Exec['update-grub']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment