Added bootstrap tag to apt::repo

This commit is contained in:
Ossi Salmi 2010-12-26 19:37:57 +02:00 committed by Timo Mkinen
parent e5a5692a6d
commit a5a42f4bee

View file

@ -178,6 +178,8 @@ define apt::package($ensure, $source) {
#
define apt::repo($source, $dist="", $components="main", $key="", $keyserver="", $use_proxy=true, $use_source=false) {
tag("bootstrap")
include apt
if $dist {