summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/manifests/apt.pp
AgeCommit message (Collapse)Author
2017-05-24Remove pixelated apt repo and deb vagrant boxvarac
2017-02-27Fix fetching of pixelated apt keyvarac
2017-02-27Remove old spt keysvarac
2017-02-27Remove things already present in LEAP/jessie boxvarac
2016-12-07Fix out of memory errors and problems with older node versions that stopped ↵Ola Bini
vagrant from working
2016-06-30Implement nodejs provisioning based on package mnagingCaio Carrara
This change is based on official node instructions.
2016-05-18use leap 0.9 deb repovarac
2016-02-04fix installation of useragent deb packagevarac
2016-01-04Changed wheezy backports to jessieBruno Wagner
Changed to jessie backports as we are using that now. Also adapted the nodejs_legacy package calls to nodejs, that's the name of the package on jessie
2015-02-10moved wheezy-backports sources to dedicated file, see #278varac
2015-02-09Fix debian package dependencies in Vagrant deb box when using wheezy #278Patrick Maia
2015-02-05#270 Added the debian backport for use the last version of python-sqlcipherJefferson
2015-01-22Issue #244: Preparations for hackday vagrant image.Folker Bernitt
- To use it, do these steps: build the box: vagrant destroy && vagrant up source vagrant package --output hackday-user-agent.box source use the box: vagrant box add hackday-user-agent hackday-user-agent.box vagrant up hackday vagrant ssh hackday Scripts will be provided with next commit.
2015-01-19added Vagrantfile and provision scriptsvarac
- use leap jessie boxes for now - remove rng-tools hack that speeded up key generation from Vagrant provisioning we don't want to generate weak keys, even when it takes longer - set source box as default for 'vagrant up' - properly override vm.box_url for different providers