]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

do not install APT recommendations
authormartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 12:58:30 +0000 (13:58 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 26 Feb 2014 12:58:30 +0000 (13:58 +0100)
preseed/wheezy/commands/late_commands.d/ansible_dependencies

index 754114fbcd04e1e82d39b3f5633e40b5c76e3007..8480af18c257ce30f93e7d3a3613b5a389b8196d 100755 (executable)
@@ -2,4 +2,4 @@
 
 echo "Installing Ansible dependencies"
 export DEBCONF_FRONTEND=noninteractive
-apt-get install -y python-minimal python-json python-apt
+apt-get install --no-install-recommends -y python-minimal python-apt python-yaml python-simplejson