aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development/ide.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/development/ide.pp')
-rw-r--r--manifests/utils/development/ide.pp55
1 files changed, 34 insertions, 21 deletions
diff --git a/manifests/utils/development/ide.pp b/manifests/utils/development/ide.pp
index 8212444..c5d3f3b 100644
--- a/manifests/utils/development/ide.pp
+++ b/manifests/utils/development/ide.pp
@@ -4,33 +4,21 @@ class nodo::utils::development::ide (
# In use
package { [
'ed',
- 'rows',
+
'myrepos',
- 'stow',
- 'hexedit',
- 'ack-grep',
- 'markdown',
+
'python3-sphinx',
'python3-recommonmark',
+
+ 'yamllint',
+
+ # Needed by xcal
+ 'ruby-activesupport',
+
+ # Static site compilers
'pelican',
'hugo',
'mkdocs',
- 'yamllint',
- 'yajl-tools',
- 'graphviz',
- 'diffoscope',
- 'dos2unix',
- 'ttyrec',
- 'ruby-activesupport', # needed by xcal
- #'bugs-everywhere',
- #'silversearcher-ag',
- #'ticgit',
- #'ticgitweb',
- #'ditz',
- #'pnopaste-cli',
- #'exuberant-ctags',
- #'doxygen',
- #'agave',
]:
ensure => $ensure,
}
@@ -42,8 +30,33 @@ class nodo::utils::development::ide (
ensure => present,
}
+ # Not in use
+ package { [
+ 'ack',
+ 'yajl-tools',
+ 'rows',
+ 'stow',
+ 'hexedit',
+ 'markdown',
+ 'graphviz',
+ 'diffoscope',
+ 'dos2unix',
+ 'ttyrec',
+ 'silversearcher-ag',
+ 'ticgit',
+ 'ticgitweb',
+ 'ditz',
+ 'pnopaste-cli',
+ 'exuberant-ctags',
+ 'doxygen',
+ 'agave',
+ ]:
+ ensure => absent,
+ }
+
# Old stuff
package { [
+ 'ack-grep',
'mr',
'python-sphinx',
'python-recommonmark',