We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
One can trigger GSearch re-indexes via puppet by placing one of two magic strings in their commit message.
[sys update-index]
[sys delete-index]
e.g. git commit -a -m '[sys delete-index] for collection indexing'
git commit -a -m '[sys delete-index] for collection indexing'
When puppet runs it will check each new(to the local repo) commit's message for an instance of these strings and will trigger the appropriate action.