diff --git a/manifests/client.pp b/manifests/client.pp index 69170f7..630c4bc 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -112,6 +112,7 @@ class openafs::client ( } package { $openafs_dkms: ensure => present, + notify => Service['openafs-client'], } }