class nodo::utils::development::ide {
- package { [ 'exuberant-ctags', 'mr', 'doxygen', 'agave', 'hexedit', 'ack-grep', 'markdown', 'python-sphinx' ]:
+ # In use
+ package { [ 'mr', 'hexedit', 'ack-grep', 'markdown', 'python-sphinx' ]:
ensure => installed,
}
- # To be considered
- #package { [ 'ticgit', 'ticgitweb' ]:
- # ensure => present,
- #}
-
- # Old packages
- package { [ 'ditz', 'pnopaste-cli' ]:
- ensure => $::lsbdistcodename ? {
- 'wheezy' => present,
- default => absent,
- },
- }
-
- # Jessie onwards
- package { [ 'ttyrec', 'bugs-everywhere', 'silversearcher-ag', 'vit' ]:
- ensure => $::lsbdistcodename ? {
- 'wheezy' => absent,
- default => present,
- },
+ # Not in use
+ package { [ 'ttyrec',
+ 'bugs-everywhere',
+ 'silversearcher-ag',
+ 'ticgit',
+ 'ticgitweb',
+ 'ditz',
+ 'pnopaste-cli',
+ 'exuberant-ctags',
+ 'doxygen',
+ 'agave',
+ 'hexedit',
+ 'ack-grep',
+ 'markdown',
+ 'python-sphinx' ]:
+ ensure => absent,
}
}
}
# Not in use
- package { [ 'kalarm', 'gnumeric', 'jekyll', 'taskwarrior', 'hledger', 'dia', 'calibre' ]:
+ package { [ 'kalarm', 'gnumeric', 'jekyll', 'taskwarrior', 'vit', 'hledger', 'dia', 'calibre' ]:
ensure => absent,
}
}