From 1988dcd0a5ac2d16cf2d7dbc24304c94f26c2c0c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Jan 2018 22:49:53 -0200 Subject: Adds nodo::role::proxy::kvm and nodo::role::web::kvm --- manifests/role/proxy/kvm.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 manifests/role/proxy/kvm.pp (limited to 'manifests/role/proxy') diff --git a/manifests/role/proxy/kvm.pp b/manifests/role/proxy/kvm.pp new file mode 100644 index 0000000..f1a0d11 --- /dev/null +++ b/manifests/role/proxy/kvm.pp @@ -0,0 +1,4 @@ +# A proxy node that is a KVM guest +class nodo::role::proxy::kvm inherits nodo::base::kvm { + include nodo::role::proxy +} -- cgit v1.2.3