Gitlab Community Edition Instance

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

kernel_lts.pp: alte LTS-Kernel-Metapakete entfernen.

parent d5031bf1
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,8 @@ class ubuntu_server::kernel_lts{
package{'linux-image-generic-lts-xenial':
ensure => present,
}
package{['linux-image-generic-lts-quantal','linux-image-generic-lts-raring','linux-image-generic-lts-saucy','linux-image-generic-lts-trusty','linux-image-generic-lts-utopic','linux-image-generic-lts-vivid','linux-image-generic-lts-wily']:
ensure => absent,
}
}
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