]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Wait jessie release to include docker.io at nodo::utils::development::virtual
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 20:43:58 +0000 (17:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 20:43:58 +0000 (17:43 -0300)
manifests/utils/development/virtual.pp

index 604d72f5c2ba74a4bb6240a9ac2b0d03d71bce88..57b0d6b24b5319a12a23b94923fefabeca6014fa 100644 (file)
@@ -10,6 +10,11 @@ class nodo::utils::development::virtual {
     ensure => latest,
   }
 
+  # TODO: wait for jessie release
+  #package { 'docker.io':
+  #  ensure => installed,
+  #}
+
   # TODO: We're not managing this package as we're favouring the
   #       wheezy-backports virtualbox which doesn't needs it.
   #package { 'virtualbox-fuse':