Last active
December 16, 2015 00:29
-
-
Save m87carlson/5348213 to your computer and use it in GitHub Desktop.
salt pillar for pourdriere
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if grains['nodename'] == 'pkg-server' %} | |
| poudriere_role: server | |
| {% elif grains['nodename'] == 'pkg-desktop' %} | |
| poudriere_role: desktop | |
| {% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment