Added bootstrap tag to apt::repo
This commit is contained in:
parent
e5a5692a6d
commit
a5a42f4bee
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ define apt::package($ensure, $source) {
|
||||||
#
|
#
|
||||||
define apt::repo($source, $dist="", $components="main", $key="", $keyserver="", $use_proxy=true, $use_source=false) {
|
define apt::repo($source, $dist="", $components="main", $key="", $keyserver="", $use_proxy=true, $use_source=false) {
|
||||||
|
|
||||||
|
tag("bootstrap")
|
||||||
|
|
||||||
include apt
|
include apt
|
||||||
|
|
||||||
if $dist {
|
if $dist {
|
||||||
|
|
Loading…
Add table
Reference in a new issue