summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 17:16:23 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 17:16:23 -0500
commit64982be11197ca2f369f32d171bdc431b8580585 (patch)
tree2db97c75879b408f3346883acd6837537b7713f8 /manifests
parent801376b8eb09877fbe2553ed74770c417bbdebf9 (diff)
make architecture list configurable
Closes: #3765
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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,