aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/web/kvm.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-07 22:49:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-07 22:49:53 -0200
commit1988dcd0a5ac2d16cf2d7dbc24304c94f26c2c0c (patch)
tree0ddb9e1fadd389ce0f2a0666977af8ad58312440 /manifests/role/web/kvm.pp
parent12bd1da344adb6ef6d41aaab20bcbac6b942b82b (diff)
downloadpuppet-nodo-1988dcd0a5ac2d16cf2d7dbc24304c94f26c2c0c.tar.gz
puppet-nodo-1988dcd0a5ac2d16cf2d7dbc24304c94f26c2c0c.tar.bz2
Adds nodo::role::proxy::kvm and nodo::role::web::kvm
Diffstat (limited to 'manifests/role/web/kvm.pp')
-rw-r--r--manifests/role/web/kvm.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/role/web/kvm.pp b/manifests/role/web/kvm.pp
new file mode 100644
index 0000000..31a8b13
--- /dev/null
+++ b/manifests/role/web/kvm.pp
@@ -0,0 +1,4 @@
+# A web node that is a KVM guest
+class nodo::role::web::kvm inherits nodo::base::kvm {
+ include nodo::role::web
+}