]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Bump nodo::subsystem::vm::instance disto version
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 00:47:21 +0000 (21:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 00:47:21 +0000 (21:47 -0300)
manifests/subsystem/vm/instance.pp

index 4a2bfeba90774104c8970ab90c83bf42488170c3..a7281bfa3e1c83e2244b1cca984432cf667c1f29 100644 (file)
@@ -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"