use correct class for concat fragment
authorPeter Palfrader <peter@palfrader.org>
Fri, 20 Sep 2019 18:46:07 +0000 (20:46 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 20 Sep 2019 18:46:07 +0000 (20:46 +0200)
modules/nagios/manifests/client.pp

index d792968..d86b39c 100644 (file)
@@ -48,7 +48,7 @@ class nagios::client inherits nagios {
     notify         => Service['nagios-nrpe-server'],
     mode           => '0444',
   }
-  concat { 'nrpe-debian-staticchecks':
+  concat::fragment { 'nrpe-debian-staticchecks':
     target  => '/etc/nagios/nrpe.d/debianorg.cfg',
     content => template('nagios/inc-debian.org.erb'),
   }