Apt et secrets (suite).

darcs-hash:20071210214005-af139-923b5c8d13d87586c1b3e26036ea5a89bdc7f215.gz
This commit is contained in:
Jeremie Dimino 2007-12-10 22:40:05 +01:00
parent 211b584cf1
commit 89cf0637e5
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,3 @@
// Fichier gere par Bcfg2.
//
aptitude::Recommends-Important "false";

View file

@ -0,0 +1,5 @@
// Fichier gere par Bcfg2.
//
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
//DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};

View file

@ -0,0 +1,19 @@
# -*- mode: conf-space; coding: utf-8 -*-
{% include /var/lib/bcfg2/etc/genshi/utils.xml %}
deb http://proxy.adm.crans.org/debian etch main contrib
deb http://proxy.adm.crans.org/debian-volatile etch/volatile main contrib
deb http://proxy.adm.crans.org/security etch/updates main
{% if has("users") %}
deb-src http://proxy.adm.crans.org/debian etch main contrib
{% end %}
{% if has("test") %}
# Mplayer...
deb http://proxy.adm.crans.org/debian-marillat/ stable main
deb-src http://proxy.adm.crans.org/debian-marillat/ stable main
{% end %}
# Paquet construit a la main
deb http://sila.adm.crans.org/custompkgs ./

View file

@ -0,0 +1 @@
{% include /etc/crans/secrets/secrets.py %}