Author: smohanty
Date: Thu Jun 20 21:02:19 2013
New Revision: 1495184
URL: http://svn.apache.org/r1495184
Log:
AMBARI-2431. Nagios install fails when the username is customized. (Oleksandr
Diachenko via smohanty)
Modified:
incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp
Modified:
incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp
URL:
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp?rev=1495184&r1=1495183&r2=1495184&view=diff
==============================================================================
---
incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp
(original)
+++
incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp
Thu Jun 20 21:02:19 2013
@@ -251,8 +251,8 @@ class hdp-nagios::server::web_permisssio
}
file { "/etc/nagios/htpasswd.users" :
- owner => $hdp-nagios::params::nagios_default_user,
- group => $hdp-nagios::params::nagios_default_group,
+ owner => $hdp-nagios::params::nagios_user,
+ group => $hdp-nagios::params::nagios_group,
mode => '0644'
}