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