OP#421 add puppet-lint-rc

This commit is contained in:
2026-02-13 14:04:37 +01:00
parent e49dcd0972
commit 178cd65db1
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ Gemfile.lock
FileList
.scannerwork
.vscode
.puppet-lint.rc
.rspec

View File

@@ -13,10 +13,10 @@ class confdroid_nagios::main::install (
# we'll need httpd installed
require confdroid_apache
package {$ng_reqpackages_server:
package { $ng_reqpackages_server:
ensure => $ng_pkg_ensure,
}
package {$ng_reqpackages_client:
package { $ng_reqpackages_client:
ensure => $ng_pkg_ensure,
}
}
@@ -24,7 +24,7 @@ class confdroid_nagios::main::install (
# if we are not the nagios server, install only client packages
if $fqdn != $ng_nagios_server {
package {$reqpackages_client:
package { $reqpackages_client:
ensure => $pkg_ensure,
}