]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Changing use_nagios_fqdn to use_fqdn
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 19:14:16 +0000 (17:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 19:14:16 +0000 (17:14 -0200)
manifests/subsystems/monitor.pp

index 0a6734ebf9533efa54d01e57db4b0890dcaafee5..26ba019755ff6f3056385df694aae0c452b92533 100644 (file)
@@ -11,8 +11,8 @@ class monitor(
     }
 
     if $type == 'host' or $type == 'personal' {
-      $use_nagios_fqdn = extlookup('use_nagios_fqdn', false)
-      if $use_nagios_fqdn == true {
+      $use_fqdn = extlookup('use_nagios_fqdn', false)
+      if $use_fqdn == true {
         include nagios::target::fqdn
       }
       else {