Jira (PUP-2888) invalid parameter 'mode' when using nagios_host

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-2888 
 
 
 
  invalid parameter 'mode' when using nagios_host  
 
 
 
 
 
 
 
 
 

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2888) invalid parameter 'mode' when using nagios_host

2017-05-16 Thread Branan Riley (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Branan Riley updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-2888 
 
 
 
  invalid parameter 'mode' when using nagios_host  
 
 
 
 
 
 
 
 
 

Change By:
 
 Branan Riley 
 
 
 
 
 
 
 
 
 
 Hello, I'm trying to export my nodes for nagios using puppet.  my config is: {noformat} #exporting hostclass nagios_client::targets {@@nagios_host {  $::fqdn:  ensure => present,  alias  => $::hostname,  address=> $::ipaddress,  use=> 'linux-server',  hostgroups => 'all-hosts',  target => "/etc/nagios3/objects/hosts/${::hostname}.cfg",  mode  => '0640',}}#importing nagios servicesclass nagios_server::import{  Nagios_host <<||>>{   notify=> Class['nagios_server::service'],   require   => File['hosts'],}} {noformat} except when I run this, I get the following error: {{ Error: Invalid parameter mode at /var/lib/puppet/repository/modules/nagios_client/manifests/targets.pp:12 on node   }} I saw a bug fix for this, and I'm on a version of puppet where this should be pushed out.  Are these not implemented on this version?  or is this a reopened bug? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2888) invalid parameter 'mode' when using nagios_host

2014-07-07 Thread Krystle Bennett (JIRA)
Title: Message Title










 

 Krystle Bennett updated an issue


















 Puppet /  PUP-2888



  invalid parameter 'mode' when using nagios_host 










Change By:

 Krystle Bennett




Component/s:

 Server












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-2888) invalid parameter 'mode' when using nagios_host

2014-07-03 Thread Krystle Bennett (JIRA)
Title: Message Title










 

 Krystle Bennett created an issue


















 Puppet /  PUP-2888



  invalid parameter 'mode' when using nagios_host 










Issue Type:

  Bug




Affects Versions:


 3.4.3




Assignee:


 Unassigned




Created:


 03/Jul/14 9:36 AM




Priority:

  Normal




Reporter:

 Krystle Bennett










Hello,  I'm trying to export my nodes for nagios using puppet. my config is:
#exporting host class nagios_client::targets { @@nagios_host { $::fqdn: ensure = present, alias = $::hostname, address = $::ipaddress, use = 'linux-server', hostgroups = 'all-hosts', target = /etc/nagios3/objects/hosts/${::hostname}.cfg, mode = '0640', } } #importing nagios services class nagios_server::import{
 Nagios_host || { notify = Class['nagios_server::service'], require = File['hosts'], }
}
except when I run this, I get the following error:
Error: Invalid parameter mode at /var/lib/puppet/repository/modules/nagios_client/manifests/targets.pp:12 on node hostname
I saw a bug fix for this, and I'm on a version of puppet where this should be pushed out. Are these not implemented on this version? or is this a reopened bug?