Skip to content

Commit f79222f

Browse files
authored
Merge pull request voxpupuli#219 from djuarezg/cvmfs_empty_list
Remove superfluous repo_includepkgs = undef from hiera data.
2 parents 915e3db + a733dbd commit f79222f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

REFERENCE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ Data type: `Optional[Variant[Enum['absent'], Array[String[1]]]]`
410410

411411
Specify an includepkgs to the yum repos to ignore other packages.
412412

413+
Default value: `undef`
414+
413415
##### <a name="-cvmfs--repo_priority"></a>`repo_priority`
414416

415417
Data type: `Integer`

data/common.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

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)