From 4e97c4053428fc458f74ba50b81a5d9b135ec70f Mon Sep 17 00:00:00 2001 From: Olaf Flebbe Date: Sun, 17 Jul 2016 18:47:26 +0200 Subject: BIGTOP-2494: Use systemd within bigtop/deploy docker image for debian-8, centos-7, fix centos-7 provisioner --- bigtop-deploy/puppet/manifests/site.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bigtop-deploy/puppet') 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": -- cgit v1.2.3