class nodo::utils::development::ide ( $ensure = 'installed', ) { # In use package { [ 'mr', 'hexedit', 'ack-grep', 'markdown', 'python-sphinx', 'pelican', #'ttyrec', #'bugs-everywhere', #'silversearcher-ag', #'ticgit', #'ticgitweb', #'ditz', #'pnopaste-cli', #'exuberant-ctags', #'doxygen', #'agave', ]: ensure => $ensure, } }