aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:20 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:20 +0000
commitf354bdaf4612d737a5243b9cc93f0fe9e6fc492c (patch)
tree72b1a46d7aab30724fdb25d40a2e209cbd012ac8 /modules/buildsystem/manifests
parent6d476b74ea5bae95c4a106d2b2df9a48aa9c5eec (diff)
downloadpuppet-f354bdaf4612d737a5243b9cc93f0fe9e6fc492c.tar
puppet-f354bdaf4612d737a5243b9cc93f0fe9e6fc492c.tar.gz
puppet-f354bdaf4612d737a5243b9cc93f0fe9e6fc492c.tar.bz2
puppet-f354bdaf4612d737a5243b9cc93f0fe9e6fc492c.tar.xz
puppet-f354bdaf4612d737a5243b9cc93f0fe9e6fc492c.zip
buildsystem::var::distros: Add option to select arch
Add an option to select supported arch of a distribution.
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/var/distros.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index 58f63417..d815b18a 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -5,6 +5,7 @@
# - medias: an hash containing the different medias / repositories
# - base_media: a list of medias that will be used by iurt to build
# the chroots
+# - arch: list of arch supported by this distro
class buildsystem::var::distros(
$distros
) { }