Apt et secrets (suite).
darcs-hash:20071210214005-af139-923b5c8d13d87586c1b3e26036ea5a89bdc7f215.gz
This commit is contained in:
parent
211b584cf1
commit
89cf0637e5
4 changed files with 28 additions and 0 deletions
3
Cfg/etc/apt/apt.conf.d/01aptitude/01aptitude
Normal file
3
Cfg/etc/apt/apt.conf.d/01aptitude/01aptitude
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Fichier gere par Bcfg2.
|
||||
//
|
||||
aptitude::Recommends-Important "false";
|
5
Cfg/etc/apt/apt.conf.d/70debconf/70debconf
Normal file
5
Cfg/etc/apt/apt.conf.d/70debconf/70debconf
Normal 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";};
|
19
TGenshi/etc/apt/sources.list/template.txt
Normal file
19
TGenshi/etc/apt/sources.list/template.txt
Normal 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 ./
|
1
TGenshi/etc/crans/secrets/secrets.py/template.txt
Normal file
1
TGenshi/etc/crans/secrets/secrets.py/template.txt
Normal file
|
@ -0,0 +1 @@
|
|||
{% include /etc/crans/secrets/secrets.py %}
|
Loading…
Add table
Add a link
Reference in a new issue