summaryrefslogtreecommitdiff
path: root/manifests/arch_builder.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/arch_builder.pp')
-rw-r--r--manifests/arch_builder.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index f5318fe..ff02d93 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -74,8 +74,8 @@ class profiles::arch_builder (
class { 'pacman::makepkg':
makeflags => '-j4',
packager => 'Hugo Hörnquist (automatically) <>',
- dlagents => {
- # Defaluts, but with --silent added
+ dlagents => {
+ # Defaults, but with --silent added
'file' => '/usr/bin/curl --silent -gqC - -o %o %u',
'ftp' => '/usr/bin/curl --silent -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u',
'http' => '/usr/bin/curl --silent -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u',