]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
To be considered: ticgit and ticgitweb
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 18:05:08 +0000 (15:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 18:05:08 +0000 (15:05 -0300)
manifests/utils/development/ide.pp

index 93411e3491b828eafd06c217992fa4385f850add..4e62c2b7b0f8815b5bf774bb204e1b39210cc112 100644 (file)
@@ -3,6 +3,11 @@ class nodo::utils::development::ide {
     ensure => installed,
   }
 
+  # To be considered
+  #package { [ 'ticgit', 'ticgitweb' ]:
+  #  ensure  => present,
+  #}
+
   # Old packages
   package { [ 'ditz', 'pnopaste-cli' ]:
     ensure  => $::lsbdistcodename ? {
@@ -11,7 +16,6 @@ class nodo::utils::development::ide {
     },
   }
 
-
   # Jessie onwards
   package { [ 'ttyrec', 'taskwarrior', 'bugs-everywhere', 'silversearcher-ag' ]:
     ensure => $::lsbdistcodename ? {