From 20d2231b7a8a6510a955b1f1f3aaa217795fc6ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 11 Sep 2015 21:47:21 -0300 Subject: Bump nodo::subsystem::vm::instance disto version --- manifests/subsystem/vm/instance.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/subsystem') diff --git a/manifests/subsystem/vm/instance.pp b/manifests/subsystem/vm/instance.pp index 4a2bfeb..a7281bf 100644 --- a/manifests/subsystem/vm/instance.pp +++ b/manifests/subsystem/vm/instance.pp @@ -1,7 +1,7 @@ # Define a vserver instance define nodo::subsystem::vm::instance( $context, - $distro = 'squeeze', + $distro = 'jessie', $ensure = 'running', $proxy = false, $puppetmaster = false, @@ -23,7 +23,6 @@ define nodo::subsystem::vm::instance( $monkeysphere_ssh_port = false, $implementation = false ) { - # Instance id if $context <= 9 { $id = "0$context" -- cgit v1.2.3