From 2cd029f433e377b1d629cdaf7146b7e90546df33 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 12:57:38 -0300 Subject: Puppet autoload support This commit move stuff around and rename classes and definitions so we can benefit from puppet autoloading. --- manifests/xen/domain.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/xen/domain.pp (limited to 'manifests/xen/domain.pp') diff --git a/manifests/xen/domain.pp b/manifests/xen/domain.pp new file mode 100644 index 0000000..30a0fdf --- /dev/null +++ b/manifests/xen/domain.pp @@ -0,0 +1,12 @@ +# XEN specifica +# Copyright (C) 2007 David Schmitt +# See LICENSE for the full license granted to you. +class virtual::xen::domain { + include virtual + + case $operatingsystem { + debian: { include xen::domain::debian } + centos: { include xen::domain::centos } + default: { include xen::domain::base } + } +} -- cgit v1.2.3