Restart openafs-client after dkms package is installed

Again, ubuntu-trusty is fine, but xenial seems to be a little
different.  The openafs-client will start the service, but not
fully start because kernel modules are missing.

So, in this case, we'll kick the openafs-client service, once dkms
package has finished compiling.

Change-Id: I2cfcecc03e23ad9e906dbf9a4f058f0984084b37
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-15 01:34:34 -05:00
parent 9a1ea51905
commit b3a7b767b9
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class openafs::client (
}
package { $openafs_dkms:
ensure => present,
notify => Service['openafs-client'],
}
}