diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/vm/instance.pp | 3 |
1 files changed, 1 insertions, 2 deletions
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" |