summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c765c29..00a6aad 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -11,6 +11,7 @@ class reprepro (
$handle_incoming_with_inotify = false,
$signwith = 'yes',
$secring_source = undef,
+ $index_template = 'reprepro/index.html.erb',
){
package {
'reprepro': ensure => 'installed';
@@ -74,7 +75,7 @@ class reprepro (
}
file { "${basedir}/index.html":
mode => '0664', owner => root,
- content => template('reprepro/index.html.erb'),
+ content => template($index_template),
}
file { "${basedir}/.gnupg":