summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-28 06:39:13 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:31 +0100
commitcfd4c146fa5a786afc25b2577a10342d7bbf3fc5 (patch)
tree82766becbeff6b2461b83643ae0765ca3b23b08b
parentOrdering for arch_builder. (diff)
downloadprofiles-cfd4c146fa5a786afc25b2577a10342d7bbf3fc5.tar.gz
profiles-cfd4c146fa5a786afc25b2577a10342d7bbf3fc5.tar.xz
arch builder remove pacman -Syu
-rw-r--r--manifests/arch_builder.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index 3ba9395..d0aa65e 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -6,14 +6,6 @@ class profiles::arch_builder (
include ::profiles::repo
include ::profiles::sudo
- # Update package database early here, to ensure that our custom
- # repos are available
- Pacman::Repo <| |> -> Exec['pacman update'] -> Package <| |>
-
- exec { 'pacman update':
- command => '/usr/bin/pacman -Syu --noconfirm'.split(' '),
- }
-
ensure_packages([
'base',
'base-devel',