summaryrefslogtreecommitdiff
path: root/manifests/arch_builder.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-06 14:21:25 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:59 +0100
commite23547c43f858d8bf41deacc5aed5a7347521fb4 (patch)
tree0f477123b3ae9712fe8014afdaf226dc094fef50 /manifests/arch_builder.pp
parentMounts profile add nfs dependency. (diff)
downloadprofiles-e23547c43f858d8bf41deacc5aed5a7347521fb4.tar.gz
profiles-e23547c43f858d8bf41deacc5aed5a7347521fb4.tar.xz
profile documentation
Diffstat (limited to '')
-rw-r--r--manifests/arch_builder.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index f6acf61..f5318fe 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -1,3 +1,6 @@
+# Sets up an arch system for running my arch-builder script, which
+# periodically fetches a list of packages, and builds them for
+# inclusion in an arch repo.
class profiles::arch_builder (
Hash $conf,
Array $package_list,