2020-11-12 04:41:53 +01:00
|
|
|
# Maintainer: Zachary Klosko (kloskoz@vcu.edu)
|
|
|
|
|
|
|
|
hostname: libretimeTest
|
2021-05-27 16:20:34 +02:00
|
|
|
timezone: America/New York # change as needed
|
2020-11-12 04:41:53 +01:00
|
|
|
ntp:
|
2021-05-27 16:20:34 +02:00
|
|
|
pools: ["north-america.pool.ntp.org"]
|
|
|
|
servers: ["0.north-america.pool.ntp.org", "0.pool.ntp.org"]
|
2020-11-12 04:41:53 +01:00
|
|
|
|
|
|
|
password: hackme
|
|
|
|
chpasswd: { expire: False }
|
|
|
|
|
|
|
|
packages:
|
|
|
|
- git
|
|
|
|
apt_update: true
|
|
|
|
apt_upgrade: true
|
|
|
|
|
|
|
|
# Clone repo on init (Change repo url if needed)
|
|
|
|
# If you need to clone a branch, use git clone --branch branchname repourl
|
|
|
|
runcmd:
|
2021-05-27 16:20:34 +02:00
|
|
|
- git clone https://github.com/LibreTime/libretime.git
|