summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:35:45 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:35:45 +0100
commita244ee35f6170036a81c94bbcfedd27713da513b (patch)
tree0830ec4d7297525ac4f022edf2519fc635c04f28
parentAdd wine (for Archlinux). (diff)
downloadprofiles-a244ee35f6170036a81c94bbcfedd27713da513b.tar.gz
profiles-a244ee35f6170036a81c94bbcfedd27713da513b.tar.xz
s/ceil/ceiling/g
-rw-r--r--manifests/common/archlinux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/common/archlinux.pp b/manifests/common/archlinux.pp
index e86f3cb..6ff599b 100644
--- a/manifests/common/archlinux.pp
+++ b/manifests/common/archlinux.pp
@@ -4,7 +4,7 @@ class profiles::common::archlinux {
])
class { 'pacman':
- parallel_downloads => ceil($facts['processorcount'] / 2),
+ parallel_downloads => ceiling($facts['processorcount'] / 2),
update => true,
}
}