Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #24 from solarce/master
Browse files Browse the repository at this point in the history
tweak to notes field value to match decommission checklist
  • Loading branch information
solarce committed Feb 27, 2014
2 parents 589eb53 + 55ad88e commit 1fd5153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/decommission_host
Expand Up @@ -34,6 +34,6 @@ then
else
echo "updating $SERVER in inventory to be decommissioned"
invtool decommission --commit --comment "$BUG" $SERVER
invtool --silent SYS update --hostname $SERVER --notes "$SERVER -- $BUG"
invtool --silent SYS update --hostname $SERVER --notes "$SERVER - IP was: $PTR -- $BUG"

fi

0 comments on commit 1fd5153

Please sign in to comment.