Skip to content

Commit 50df1cf

Browse files
committed
chore: lint fix
Error: Could not parse for environment production: Syntax error at 'Eit_types::Noop_Value' (file: /workspace/EnableIT/LinuxAid/modules/enableit/eit_repos/manifests/yum/ni_visa.pp, line: 5, column: 3) 5
1 parent c14ecdb commit 50df1cf

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

modules/enableit/eit_repos/manifests/yum/ni_visa.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NI_VISA currently only used by GN
22
class eit_repos::yum::ni_visa (
33
Boolean $ensure = true,
4-
Optional[String] $version = '2019.07'
4+
Optional[String] $version = '2019.07',
55
Eit_types::Noop_Value $noop_value = $eit_repos::noop_value,
66
) {
77

modules/enableit/profile/manifests/openvox.pp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
"${package_version_prefix}${version}${package_version_suffix}"
2828
}
2929

30-
if $os_name == 'TurrisOS' {
31-
package { [
32-
'ruby',
33-
'ruby-gems',
34-
'ruby-dev',
35-
'ruby-stdlib',
36-
]:
37-
ensure => $_version,
38-
noop => $noop_value,
39-
}
40-
}
41-
4230
unless $os_name == 'TurrisOS' {
4331
# TODO: remove this block, when there is no more puppet-agent 7
4432
# PuppetLabs

0 commit comments

Comments
 (0)