fix: update service names and references (#30)
updating all the names of services and their respective filenames to better match the way puppet infra is used in my lab. - puppet -> the compilers - puppetca -> the master(s) - puppetdb -> the puppetdb - puppetboard -> puppetboard updated references to these services in all other definitions I could find note: need a good way to test these changes with argocd Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
@@ -126,7 +126,7 @@ spec:
|
||||
- -c
|
||||
- |
|
||||
echo 'Waiting for puppetserver to become ready...'
|
||||
until printf "." && curl --silent --fail --insecure 'https://puppetserver-puppet:8140/status/v1/simple' | grep -q '^running$'; do
|
||||
until printf "." && curl --silent --fail --insecure 'https://puppetca:8140/status/v1/simple' | grep -q '^running$'; do
|
||||
sleep 2;
|
||||
done;
|
||||
echo 'Puppetserver OK ✓'
|
||||
|
||||
Reference in New Issue
Block a user