]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds markdown into nodo::utils::development::ide
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 01:27:53 +0000 (22:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 01:27:53 +0000 (22:27 -0300)
manifests/utils/development/ide.pp

index 4d4748fd71d9b77adc64a89edcf3b0604d7b4782..93411e3491b828eafd06c217992fa4385f850add 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::development::ide {
-  package { [ 'exuberant-ctags', 'mr', 'doxygen', 'agave', 'hexedit', 'ack-grep' ]:
+  package { [ 'exuberant-ctags', 'mr', 'doxygen', 'agave', 'hexedit', 'ack-grep', 'markdown' ]:
     ensure => installed,
   }