We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d87f73 commit b684e0eCopy full SHA for b684e0e
1 file changed
manifests/repo.pp
@@ -40,9 +40,6 @@
40
if $version == undef and $repo_location == undef {
41
fail('`version` or `repo_location` is required')
42
}
43
- if $version != undef and $repo_location != undef {
44
- fail('`version` is not supported with `repo_location`')
45
- }
46
if $version != undef and versioncmp($version, '4.4') < 0 {
47
fail('Package repositories for versions older than 4.4 are unsupported')
48
0 commit comments