diff --git a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html index d2b7101..193d574 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html +++ b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html @@ -161,7 +161,9 @@ 63 64 65 -66 +66 +67 +68
# File 'manifests/r10k/webhook.pp', line 6
@@ -221,9 +223,11 @@ class puppet_cd::r10k::webhook (
# manage service
service { 'r10k-webhook':
- ensure => 'running',
- enable => true,
- subscribe => File[$pt_r10k_hook_service_file],
+ ensure => 'running',
+ hasstatus => true,
+ hasrestart => true,
+ enable => true,
+ subscribe => File[$pt_r10k_hook_service_file],
}
}
}
diff --git a/manifests/r10k/webhook.pp b/manifests/r10k/webhook.pp
index d98241e..96e8731 100644
--- a/manifests/r10k/webhook.pp
+++ b/manifests/r10k/webhook.pp
@@ -58,9 +58,11 @@ class puppet_cd::r10k::webhook (
# manage service
service { 'r10k-webhook':
- ensure => 'running',
- enable => true,
- subscribe => File[$pt_r10k_hook_service_file],
+ ensure => 'running',
+ hasstatus => true,
+ hasrestart => true,
+ enable => true,
+ subscribe => File[$pt_r10k_hook_service_file],
}
}
}