Skip to content
Snippets Groups Projects
Unverified Commit 93027145 authored by Reid Vandewiele's avatar Reid Vandewiele Committed by GitHub
Browse files

Merge pull request #101 from kinners00/adhoc-content

add tasks and plans directories
parents eb60aab1 831d665d
No related branches found
No related tags found
1 merge request!1Set the execute bit for CM config version script
# This is a description for my plan
plan adhoc::myplan(
# input parameters go here
TargetSpec $targets,
) {
# plan steps go here
}
{
"description": "This is the description for the nix_example task",
"input_method": "environment"
}
#!/bin/bash
# task content goes here
{
"description": "This is the description for the win_example task",
"input_method": "powershell"
}
# task content goes here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment