aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/debian.pp')
-rw-r--r--manifests/subsystems/utils/debian.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 7751129..aae80a3 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -31,12 +31,12 @@ class utils::personal::debian {
}
# Network
- package { [ 'mutt', 'irssi', 'offlineimap', 'epiphany-browser',
- 'newsbeuter', 'bitlbee', 'nicotine', 'silc',
- 'irssi-plugin-silc', 'bogofilter', 'fetchmail', 'procmail',
- 'msmtp', 'mairix', 'konqueror', 'bittorrent',
- 'irssi-scripts', 'links', 'twinkle', 'bittornado',
- 'rtorrent', 'iceweasel', ]:
+ package { [ 'mutt', 'irssi', 'offlineimap', 'epiphany-browser',
+ 'newsbeuter', 'bitlbee', 'nicotine', 'silc',
+ 'irssi-plugin-silc', 'bogofilter', 'fetchmail', 'procmail',
+ 'msmtp', 'mairix', 'konqueror', 'bittorrent',
+ 'irssi-scripts', 'links', 'twinkle', 'bittornado',
+ 'rtorrent', 'iceweasel', 'irssi-plugin-otr', 'irssi-plugin-silc', ]:
ensure => installed,
}