From 64982be11197ca2f369f32d171bdc431b8580585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 7 Jan 2013 17:16:23 -0500 Subject: make architecture list configurable Closes: #3765 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 0e9630f..e96cf2d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,6 +2,7 @@ class reprepro ( $uploaders, $basedir = '/srv/reprepro', $origin = $::domain, + $architectures = [ 'amd64', 'i386', 'source' ], $basedir_mode = '0771', $incoming_mode = '1777', $manage_distributions_conf = true, -- cgit v1.2.3