summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-24 11:22:45 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:12 +0100
commit65cdfd2d31a1c470e7e454728c470b898b668f27 (patch)
tree491a0daa2ef971240fcee4d60c0f2f71e16c65b7
parentarch-builder work. (diff)
downloadprofiles-65cdfd2d31a1c470e7e454728c470b898b668f27.tar.gz
profiles-65cdfd2d31a1c470e7e454728c470b898b668f27.tar.xz
Force pacman -Syu
-rw-r--r--manifests/arch_builder.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index 69b03c2..fc71786 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -2,9 +2,14 @@ class profiles::arch_builder {
include ::profiles::repo
include ::profiles::sudo
+ exec { '/usr/bin/pacman -Syu --noconfirm':
+ }
+
ensure_packages([
'base',
'base-devel',
+ 'python',
+ 'python-yaml',
# Note that auracle git is NOT in the standard repos, and needs to
# be manually bootstraped to work
'auracle-git',