Enable meetbot service

Enable the service so it starts at boot

Change-Id: Ia1f9fda8ab78d151fa40f476b2f9696bbf881663
This commit is contained in:
Ian Wienand 2018-11-09 18:14:08 +11:00 committed by Jens Harbott
parent fb4deb2cb2
commit 557f5c35ef
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ define meetbot::site(
service { "${name}-meetbot":
provider => $::meetbot::params::initd,
enable => true,
require => [
Vcsrepo['/opt/meetbot'],
File["${name}-initd"]