Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 67117d36 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

puppet agent boot run wait cloud-init and waitforcert

parent f4441ac3
No related branches found
No related tags found
No related merge requests found
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
@reboot root sleep 3m ; puppet agent --no-daemonize --onetime --show_diff --no-usecacheonfailure --no-splay --ignorecache --logdest syslog 2>&1 | logger -t puppet-agent
@reboot root if [ -d /var/lib/cloud/instance/ ]; then while [ ! -r /var/lib/cloud/instance/boot-finished ]; do sleep 2s ; done; else; sleep 3m ; fi ; puppet agent --no-daemonize --waitforcert 10 --onetime --show_diff --no-usecacheonfailure --no-splay --ignorecache --logdest syslog 2>&1 | logger -t puppet-agent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment