Skip to content

Commit b8f98d1

Browse files
authored
provide a default value for repo_includepkgs
1 parent 9293e90 commit b8f98d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
Stdlib::Httpurl $repo_base_alt,
141141
Stdlib::Httpurl $repo_gpgkey,
142142
Variant[Undef,String] $cvmfs_http_proxy,
143-
Optional[Variant[Enum['absent'], Array[String[1]]]] $repo_includepkgs,
143+
Optional[Variant[Enum['absent'], Array[String[1]]]] $repo_includepkgs = undef,
144144
Enum['autofs','mount','none'] $mount_method = 'autofs',
145145
Optional[Stdlib::Fqdn] $config_repo = undef,
146146
Boolean $manage_autofs_service = true,

0 commit comments

Comments
 (0)