Compare commits

..

No commits in common. "b67e61bd1b1f79f3dbb17b839b3d2b88e6078614" and "442ff683d1e5b3c15a7ef90b27c4be2b3e70ff30" have entirely different histories.

4 changed files with 0 additions and 7 deletions

View File

@ -1,4 +0,0 @@
#!/usr/bin/env sh
# This rewrites top-files to fetch roles from grains instead of our custom roles API. Useful for testing outside of the LibertaCasa infrastructure, but not recommended for production.
sed -i "s/salt\['nbroles.get'\](id)/grains\['roles'\]/" */top.sls

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Prepares a minion for local testing of Salt code in this repository. Requires roles to be written as grains, as development and pipeline containers generally do not have access to our roles API. Consider nbroles_to_grains.sh first if this is the case.
import roles import roles
import os import os

View File

@ -1 +0,0 @@
This directory can be used for machine-specific pillar data.

View File

@ -1 +0,0 @@
This directory is used for role-wide pillar data.