Skip to content

Commit

Permalink
Remove deprecated includes for puppet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm authored and theseal committed Oct 6, 2023
1 parent a2f9259 commit 535048c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions manifests/nagios.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
include stdlib
include concat

class sunet::nagios(
$nrpe_service = 'nagios-nrpe-server',
$command_timeout = 60,
Expand Down
3 changes: 0 additions & 3 deletions manifests/nagios/nrpe_command.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
include stdlib
include concat

define sunet::nagios::nrpe_command ($command_line = undef) {
concat::fragment {"sunet_nrpe_command_${name}":
target => "/etc/nagios/nrpe.d/sunet_nrpe_commands.cfg",
Expand Down

0 comments on commit 535048c

Please sign in to comment.