summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/arch_builder.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index d0aa65e..797f989 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -11,11 +11,18 @@ class profiles::arch_builder (
'base-devel',
'python',
'python-yaml',
+ 'python-pip',
# Note that auracle git is NOT in the standard repos, and needs to
# be manually bootstraped to work
'auracle-git',
])
+
+ ensure_packages([
+ 'coloredlogs',
+ 'graypy',
+ ], { provider => 'pip', })
+
$aur_builder = 'aur-builder'
$aur_home = '/usr/local/aur'