BIGTOP-2272. moved hdfs ssh key are failing rat check
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c7510887 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c7510887 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c7510887 Branch: refs/heads/master Commit: c75108871f8581a5c04d42d9436fe0126507f142 Parents: f1c96d3 Author: Konstantin Boudnik <[email protected]> Authored: Fri Jan 22 15:43:54 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jan 22 15:43:54 2016 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c7510887/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index c74b9a7..eb2e619 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ rat { "buildSrc/build/**", "bigtop-data-generators/**/input_data/**", "bigtop-deploy/puppet/**/*.yaml", - "bigtop-deploy/puppet/config/*/id_hdfsuser*", + "bigtop-deploy/puppet/modules/hadoop/files/*/id_hdfsuser*", "bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock", "bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json", /* Debian package files that have a rigid structure
