aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorOlaf Flebbe <of@oflebbe.de>2016-07-17 18:47:26 +0200
committerOlaf Flebbe <of@oflebbe.de>2016-07-19 20:11:59 +0200
commit4e97c4053428fc458f74ba50b81a5d9b135ec70f (patch)
tree87057966b195035ff66cc21b160b230e4d0b40d6 /bigtop-deploy/puppet
parent3f3bc1a23375ed992b40b9a64c8bfcea27d8366f (diff)
BIGTOP-2494: Use systemd within bigtop/deploy docker image for debian-8, centos-7, fix centos-7 provisioner
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/manifests/site.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp
index 4862b223..4af8039f 100644
--- a/bigtop-deploy/puppet/manifests/site.pp
+++ b/bigtop-deploy/puppet/manifests/site.pp
@@ -33,12 +33,6 @@ $jdk_package_name = hiera("bigtop::jdk_package_name", "jdk")
stage {"pre": before => Stage["main"]}
-# as discussed in BIGTOP-2339 we'll have to enforce init.d until such time
-# we have a conceptually more welcoming environment for systemd
-Service {
- provider => init,
-}
-
case $operatingsystem {
/(OracleLinux|Amazon|CentOS|Fedora|RedHat)/: {
yumrepo { "Bigtop":