Skip to content

Commit

Permalink
Array of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Nov 27, 2024
1 parent 37c7d1b commit e3f9137
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifests/xrootd.pp
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Postfix for SUNET
class sunet::xrootd(
Hash $cms_allow_hosts,
Array $managers,
String $cms_port = '1213',
String $container_image = 'docker.sunet.se/staas/xrootd-s3-http',
String $container_tag = '0.17.0-1',
String $export = '/',
String $interface = 'ens3',
String $xrootd_port = '1094',
String $xrootd_admin_path = '/var/spool/xrootd',
Array[Hash] $cms_allow_hosts,
Array $managers,
String $cms_port = '1213',
String $container_image = 'docker.sunet.se/staas/xrootd-s3-http',
String $container_tag = '0.17.0-1',
String $export = '/',
String $interface = 'ens3',
String $xrootd_port = '1094',
String $xrootd_admin_path = '/var/spool/xrootd',
)
{

Expand Down

0 comments on commit e3f9137

Please sign in to comment.