Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from ministryofjustice/update-kernel-package-name
Browse files Browse the repository at this point in the history
Update extra kernel modules package name
  • Loading branch information
lukaszraczylo authored May 2, 2019
2 parents b92cc7e + 56c8397 commit 97bab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker-dependencies:
docker-kernel-dependencies:
pkg.installed:
- pkgs:
- linux-image-extra-{{ salt['grains.get']('kernelrelease') }}
- linux-modules-extra-{{ salt['grains.get']('kernelrelease') }}
- unless: grep aufs /proc/filesystems
docker-pkg:
Expand Down

0 comments on commit 97bab65

Please sign in to comment.