From 284b50a1d07310c8c10f1c1f953d1e979762c476 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 12 Oct 2007 16:14:11 +0000 Subject: add the virtual module --- manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/init.pp (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..ff2df80 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,9 @@ +# virtual/init.pp -- miscellaneous stuff for virtual hosts and guests +# Copyright (C) 2007 David Schmitt +# See LICENSE for the full license granted to you. +# Based on the work of abnormaliti on http://reductivelabs.com/trac/puppet/wiki/VirtualRecipe + +modules_dir{ "virtual": } + +import "vserver.pp" +import "xen.pp" -- cgit v1.2.3