Ensure linux-headers-generic is installed on Ubuntu

This was missing in one of our cloud providers

Change-Id: I2bd0bf3a5a76245ca6229e4a6b6af7a7eec1e091
This commit is contained in:
James E. Blair 2016-01-25 14:46:48 -08:00
parent a3a766c581
commit 732efc17a3
1 changed files with 12 additions and 0 deletions

View File

@ -80,6 +80,18 @@ class openafs::client (
} else {
$openafs_path = '/etc/openafs'
$dkms_packages = [
'linux-headers-generic',
]
package { $dkms_packages:
ensure => present,
before => [
Package['openafs-client'],
Package['openafs-krb5'],
],
}
}
file { "${openafs_path}/afs.conf.client":