From cf148ce7e7377972a17d1fd192ab17a5089d39e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Mar 2023 15:26:07 +0100 Subject: Specify type for shiori::port. --- manifests/shiori.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/shiori.pp b/manifests/shiori.pp index c73f1fb..bbdb02a 100644 --- a/manifests/shiori.pp +++ b/manifests/shiori.pp @@ -1,7 +1,7 @@ class profiles::shiori ( String $server_name, Array[String] $group_members = [], - $port = 8080, + Stdlib::Port $port = 8080, ) { class { 'shiori': -- cgit v1.2.3