Skip to content

Commit

Permalink
Resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Aug 25, 2019
1 parent 0aa9def commit c90508d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cert-puller
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,13 @@ sudo_examples(){
echo "anvil ALL=(ALL) NOPASSWD:${SERVICE} ${service} graceful"
;;

"dovecot" | "mosquitto" | "nginx" | "postfix" | "postgresql")
"dovecot" | "mosquitto" | "nginx" | "postfix")
echo "anvil ALL=(ALL) NOPASSWD:${SERVICE} ${service} restart"
;;

"postgresql")
echo "anvil ALL=(ALL) NOPASSWD:${SERVICE} ${service} reload"
;;
esac
done
}
Expand Down

0 comments on commit c90508d

Please sign in to comment.