OP#421 add puppet-lint-rc
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@ Gemfile.lock
|
|||||||
FileList
|
FileList
|
||||||
.scannerwork
|
.scannerwork
|
||||||
.vscode
|
.vscode
|
||||||
|
.puppet-lint.rc
|
||||||
|
.rspec
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ class confdroid_nagios::main::install (
|
|||||||
# we'll need httpd installed
|
# we'll need httpd installed
|
||||||
require confdroid_apache
|
require confdroid_apache
|
||||||
|
|
||||||
package {$ng_reqpackages_server:
|
package { $ng_reqpackages_server:
|
||||||
ensure => $ng_pkg_ensure,
|
ensure => $ng_pkg_ensure,
|
||||||
}
|
}
|
||||||
package {$ng_reqpackages_client:
|
package { $ng_reqpackages_client:
|
||||||
ensure => $ng_pkg_ensure,
|
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 we are not the nagios server, install only client packages
|
||||||
|
|
||||||
if $fqdn != $ng_nagios_server {
|
if $fqdn != $ng_nagios_server {
|
||||||
package {$reqpackages_client:
|
package { $reqpackages_client:
|
||||||
ensure => $pkg_ensure,
|
ensure => $pkg_ensure,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user