From 30177d3e081daac710e0ddd89e143f3687c966c2 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 15 Dec 2011 18:00:16 +0200 Subject: [PATCH] Removed unnecessary imports from vmware module Fixes compatibility with puppet 2.7. --- vmware/manifests/init.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vmware/manifests/init.pp b/vmware/manifests/init.pp index 0612c63..7b60f63 100644 --- a/vmware/manifests/init.pp +++ b/vmware/manifests/init.pp @@ -1,9 +1,3 @@ - -import "guest.pp" -import "player.pp" -import "server.pp" -import "workstation.pp" - # Install VMware bundle package and configure kernel modules # # === Parameters