You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1, I am having the same issue. I have temporarily resolved it by setting $manage_kernel to false when the host is using the AWS tuned Ubuntu kernel ($::kernelrelease =~ /-aws$/). Would love a more permanent solution though.
nuclearsandwich
added a commit
to nuclearsandwich/bf_config_experiments
that referenced
this issue
May 9, 2017
It appears one package name installed in
install.pp
is selected throughlinux-image-extra-($uname -r)
I believe https://github.com/garethr/garethr-docker/blob/master/manifests/install.pp#L32 is where this occurs.
We host our infrastructure on AWS.
This worked previously on our old instances:
$ uname -r
4.4.0-38-generic
But recently spun up instances:
$ uname -r
4.4.0-1012-aws
The text was updated successfully, but these errors were encountered: