Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to run multiple policy triggers from a single action #33

Open
charliwest opened this issue Sep 17, 2024 · 2 comments
Open

Add a way to run multiple policy triggers from a single action #33

charliwest opened this issue Sep 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@charliwest
Copy link

It would be good to be able to create an array of policies to look something like this in the config:-

<dict>
	<key>icon</key>
	<string>https://url/</string>
	<key>label</key>
	<string>Basic Set up</string>
	<key>policy</key>
            <array>
	       <string>installDockutil</string>
	       <string>installDesktoppr</string>
	       <string>SetComputerName</string>
            </array>
</dict>

This way for one label we could run multiple smaller policies that don't need their own app icon or similar.

@scriptingosx scriptingosx changed the title Add away to policy triggers Add away to run mutliple policy triggers from a single action Sep 27, 2024
@scriptingosx scriptingosx added the enhancement New feature or request label Sep 27, 2024
@PhantomPhixer
Copy link

Totally agree, was going to request this myself.

@jordanburnette
Copy link

+1. This would be very useful for workflows where admins would want to call a customTrigger for installation and then another customTrigger for a validation policy.

@scriptingosx scriptingosx changed the title Add away to run mutliple policy triggers from a single action Add away to run multiple policy triggers from a single action Oct 22, 2024
@scriptingosx scriptingosx changed the title Add away to run multiple policy triggers from a single action Add a way to run multiple policy triggers from a single action Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants