You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2013/06/20 23:02:19 UTC

svn commit: r1495184 - /incubator/ambari/branches/branch-1.2.4/ambari-agent/src/main/puppet/modules/hdp-nagios/manifests/server.pp

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'
   }