Browse Source

Fix mistake in kernel.sls

tags/2017.4.1
Tatyana Leontovich 7 years ago
parent
commit
f05e7d4eef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/system/kernel.sls

+ 1
- 1
linux/system/kernel.sls View File

@@ -10,7 +10,7 @@ include:

/etc/default/grub.d/90-isolcpu.cfg:
file.managed:
- contents: 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT isolcpu={{ system.kernel.isolcpu }}"'
- contents: 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT isolcpus={{ system.kernel.isolcpu }}"'
- require:
- file: grub_d_directory
- watch_in:

Loading…
Cancel
Save