]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/nagios/manifests/client.pp
collect slightly fewer packages
[dsa-puppet.git] / modules / nagios / manifests / client.pp
index 0e844743f31bc2d25b19b95a4d7495b7521588d2..a2c2230b6858d6c2251937cb950cfc1cff419481 100644 (file)
@@ -4,7 +4,8 @@ class nagios::client inherits nagios {
                ensure => purged
        }
        package { 'dsa-nagios-checks':
-               ensure => installed
+               ensure => installed,
+               tag    => extra_repo,
        }
 
        service { 'nagios-nrpe-server':