Actions
Refactor #26924
closedDeprecate using rake task for puppet import
Description
We currently have a rake task for importing Puppet classes. Performing user actions with rake task is always executed as admin and bypasses permissions system. We have UI, API and CLI for this feature, so there is no reason users should execute a rake task.
Actions