From f423d9aab19d5c45efb83bf8810f2e07c6944e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 15 Jan 2023 09:30:10 +0100 Subject: Don't require clone_url:s --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 27b060b..5856cf9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,7 +2,7 @@ class cgit ( String $root_title, String $root_desc, String $scan_path, - Array[String] $clone_url, + Array[String] $clone_url = [], String $root = '/var/www/cgit', String $filterpath = '/usr/lib/cgit/puppet-controlled-filters', String $root_readme_source = "puppet:///modules/${module_name}/root_readme", -- cgit v1.2.3