]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
Using debian cdn for vserver creation
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Dec 2011 02:33:59 +0000 (00:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Dec 2011 02:33:59 +0000 (00:33 -0200)
manifests/vserver.pp

index b30bd58416e217e9374580a778d9b69f3cb990ea..efee9e1ffe6a004b5d4a2deb4747fa47bc474846 100644 (file)
@@ -129,7 +129,7 @@ class vserver::host {
 }
 
 define vs_create($in_domain, $context, $legacy = false, $distro = 'squeeze',
-                 $debootstrap_mirror = 'http://ftp.debian.org/debian',
+                 $debootstrap_mirror = 'http://cdn.debian.net/debian',
                  $hostname = false, $interface = false,
                  $memory_limit = false) { 
   $vs_name      = $legacy    ? { true  => $name, false => $in_domain ? { '' => $name, default => "${name}.${in_domain}" } }