Setup Script - Fix Else

This commit is contained in:
Mike Reeves
2018-05-18 14:29:32 -04:00
parent 2570f23a54
commit 3db2834be7

View File

@@ -458,7 +458,9 @@ set_node_type() {
$NODETYPE=warm
fi
}update_sudoers() {
}
update_sudoers() {
# Update Sudoers so that socore can accept keys without a password
echo "socore ALL=(ALL) NOPASSWD:/usr/bin/salt-key" | sudo tee -a /etc/sudoers