Repository: bigtop Updated Branches: refs/heads/master 22484c050 -> c85fc51d1
BIGTOP-1675. Puppet: remove wheel group setting for bigtop_real_users Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c85fc51d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c85fc51d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c85fc51d Branch: refs/heads/master Commit: c85fc51d1e0df6f3bda61353c3e2cb2db31f1b46 Parents: 22484c0 Author: Evans Ye <[email protected]> Authored: Tue Feb 17 08:40:52 2015 +0000 Committer: Evans Ye <[email protected]> Committed: Tue Feb 17 19:10:27 2015 +0000 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/cluster.pp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c85fc51d/bigtop-deploy/puppet/manifests/cluster.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index c862948..cf88397 100644 --- a/bigtop-deploy/puppet/manifests/cluster.pp +++ b/bigtop-deploy/puppet/manifests/cluster.pp @@ -48,7 +48,6 @@ class hadoop_worker_node ( ensure => present, system => false, managehome => true, - groups => 'wheel', } if ($hadoop_security_authentication == "kerberos") {
