blob: f1a105db3ea1801f3ebf2876b8493c88dc2f3637 (
plain) (
tree)
|
|
---
hostname: 'jumbotron'
resolved_conf:
'Resolve.DNSSEC': 'yes'
apt_sources:
raspbian:
components:
- main
- contrib
- no-free
- rpi
apt_packages:
'logrotate': absent
'cron': absent
'git': present # to check out jumbotron repo
'wiringpi': present # for jumbotron_ping script
'console-setup': present # for proper console font/keyboard
'irssi': present
# jumbowatch.pl dependencies
'libjson-perl': present
'libwww-perl': present
# vim: set ts=2 sw=2 et:
|