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.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',