summaryrefslogtreecommitdiff
path: root/tests/init.pp
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:03:01 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:03:01 -0500
commitbce5cfbcd446477eb56f365035e86ecacdac6c6c (patch)
tree661474a38b3b86068a11523ac1a494f3fbe46704 /tests/init.pp
parentf6bbb8ff44e6c56bba34efd8b053ae47114ee4bc (diff)
parent2060c2fd7aae1e377a9d0fcb7da02da64e4f8da5 (diff)
Merge remote branch 'intrigeri/master' into dev
Diffstat (limited to 'tests/init.pp')
-rw-r--r--tests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/init.pp b/tests/init.pp
new file mode 100644
index 0000000..d8d40ed
--- /dev/null
+++ b/tests/init.pp
@@ -0,0 +1,5 @@
+class { 'reprepro':
+ uploaders => ['DEADBEEF'],
+ handle_incoming_with_cron => true,
+ handle_incoming_with_inotify => true,
+}