]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/templates/default/aptly.conf.erb
Add source to list of apt architectures to publish
[chef.git] / cookbooks / apt / templates / default / aptly.conf.erb
1 {
2     "rootDir": "/srv/apt.openstreetmap.org",
3     "architectures": [ "amd64", "arm64", "source" ]
4 }