summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:26:07 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:26:07 +0100
commitcf148ce7e7377972a17d1fd192ab17a5089d39e6 (patch)
tree3ab26c9e59263af5affe33b2802c1bc9e4cd0cd9
parentAdd /usr/local/lib to LD_LOAD_PATH for everyone. (diff)
downloadprofiles-cf148ce7e7377972a17d1fd192ab17a5089d39e6.tar.gz
profiles-cf148ce7e7377972a17d1fd192ab17a5089d39e6.tar.xz
Specify type for shiori::port.
-rw-r--r--manifests/shiori.pp2
1 files changed, 1 insertions, 1 deletions
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':