Enable the openafs-client service

On systemd hosts, you have to explicitly tell systemd to run the service
on boot.

Change-Id: Iabce35136cbd1409af3728b6b293de610ab2aba1
This commit is contained in:
Monty Taylor 2016-06-23 12:04:57 -05:00
parent d113e1cc9f
commit 9ddc9c3ced
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class openafs::client (
service { 'openafs-client':
ensure => running,
enable => true,
hasstatus => false,
pattern => '/sbin/afsd',
require => [