diff --git a/salt/manager/tools/sbin/so-client b/salt/manager/tools/sbin/so-client index fdfb736e0..524de58e8 100755 --- a/salt/manager/tools/sbin/so-client +++ b/salt/manager/tools/sbin/so-client @@ -243,6 +243,7 @@ function createClient() { "response_types": [ "code" ], "metadata": { "note": "$note" + "searchUsername": "" } } EOF @@ -271,7 +272,7 @@ function update() { "op": "replace", "path": "/metadata", "value": { - "note": "$note" + "note": "$note", "searchUsername": "$searchusername" } }