Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D3938
Change Details
Change Details
Old
New
Diff
Grains are only defined in the salt step. This fixes the following issue: Rendering SLS 'base:roles/core.network.gre' failed: Jinja variable ... has no attribute 'roles' ; line 11 This is a follow-up for 050d063bbefe.
Grains are only defined in the salt unit, ie after it's needed first in network. Instead, we can fetch information directly from pillar. This fixes the following issue: Rendering SLS 'base:roles/core.network.gre' failed: Jinja variable ... has no attribute 'roles' ; line 11 This is a follow-up for 050d063bbefe.
Grains are only defined in the salt
step
unit, ie after it's needed first in network. Instead, we can fetch information directly from pillar
. This fixes the following issue: Rendering SLS 'base:roles/core.network.gre' failed: Jinja variable ... has no attribute 'roles' ; line 11 This is a follow-up for 050d063bbefe.
Continue