X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=commands;h=531e973e0e1113565f74515476418e10aeb92be9;hb=4ac24a174e51d519f5d49690b48e503caf0080e5;hp=ef9ba7cb5bef0817e262e524c71d568c79400b18;hpb=1ae25a097223251c7d32bbb514b36779fed81edb;p=infra.git diff --git a/commands b/commands index ef9ba7c..531e973 100755 --- a/commands +++ b/commands @@ -57,9 +57,9 @@ if [[ $com == "update certs" || $com == "force update certs" ]]; then rmdir $folder elif [[ $com == "reload certs" ]]; then sudo puppet apply /etc/puppet/code/environments/production/manifests --verbose - sudo lxc-attach -n front-nginx -- puppet agent --verbose --onetime - sudo lxc-attach -n quiz -- puppet agent --verbose --onetime - sudo lxc-attach -n gigi -- puppet agent --verbose --onetime + sudo lxc-attach -n front-nginx -- puppet agent --verbose --onetime --no-daemonize + sudo lxc-attach -n quiz -- puppet agent --verbose --onetime --no-daemonize + sudo lxc-attach -n gigi -- puppet agent --verbose --onetime --no-daemonize elif [[ $com == "update crls" ]]; then if ! tar xv -C /data/crl; then echo "requiring tar"