diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:47:21 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:47:21 -0300 | 
| commit | 20d2231b7a8a6510a955b1f1f3aaa217795fc6ad (patch) | |
| tree | aaa313579285819ac21f9c4d649a05dfaafa21ff /manifests/subsystem/vm/instance.pp | |
| parent | e209b337264437e5762d2dd7376bbffeb1790d46 (diff) | |
| download | puppet-nodo-20d2231b7a8a6510a955b1f1f3aaa217795fc6ad.tar.gz puppet-nodo-20d2231b7a8a6510a955b1f1f3aaa217795fc6ad.tar.bz2  | |
Bump nodo::subsystem::vm::instance disto version
Diffstat (limited to 'manifests/subsystem/vm/instance.pp')
| -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"  | 
