Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit cd0abef

Browse files
authored
Merge pull request #1293 from vt0r/fix_dir_creation_attrs
Finish migrating dir_creation projects default attrs
2 parents 617dea0 + 68129d1 commit cd0abef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/bcpc-hadoop/attributes/dir_creation.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# HDFS Projects Directory Configuration
4949
default['bcpc']['hadoop']['dir_creation']['projects'].tap do |projects|
50-
groups = node['bcpc']['hadoop']['dir_creation']['groups']
50+
groups = node['bcpc']['hadoop']['dir_creation']['groups']['defaults']
5151

5252
# default entry values
5353
projects['defaults'] = {

0 commit comments

Comments
 (0)