refactor(core): remove thunderbird

This is not used anymore and replaced my notmuch emacs and mutt. I have mainly
been using the notmuch interaction in emacs so mutt maybe removed soon.
This commit is contained in:
Ade Attwood 2020-09-21 20:49:53 +01:00
parent 2fd4298510
commit 337f603e45

View file

@ -13,7 +13,6 @@ class core::packages {
'notmuch',
'offlineimap',
'silversearcher-ag',
'thunderbird',
'tmux',
'urlscan',
'vim',
@ -28,6 +27,10 @@ class core::packages {
ensure => installed,
}
package { 'thunderbird':
ensure => absent
}
# core::packages::npm { [
# 'grunt',
# 'intelephense',