-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grains.items vs. pillar.data #4109
Comments
I like this. @thatch45 I took the liberty of creating two different fixes for this. Let me know which you prefer. Option 1: Rename pillar.data to pillar.items. All refs to pillar.data (even in tests) are updated, with Option 2: The path of lesser resistance (and the one which I'm guessing you'll prefer). |
@terminalmage, this is awesome, thanks! I like option 1. 😉 |
Hmm, I am leaning towards leaving it data, since pillar is not as flat as grains. If anything I would lean on option 2. |
Yes, lets do option 2 |
BTW, you ever look at issue #2? This is not the first time it has been referenced, very funny! |
Haha, that is awesome. Didn't even think of that when I made that comment. |
Awesome, thanks! |
I'm still a n00b, mind you, but I always have to try
pillar.items
orgrains.data
before correctly choosingpillar.data
andgrains.items
.Any thoughts on normalizing the namespace so that there is parity between these and a user can make an intuitive leap between the two? I would vote for
pillar.items
andgrains.items
since the termitems
feels friendlier.The text was updated successfully, but these errors were encountered: