Skip to content

Instantly share code, notes, and snippets.

@mchugh19
Created September 2, 2014 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchugh19/e9848a17417406b489e8 to your computer and use it in GitHub Desktop.
Save mchugh19/e9848a17417406b489e8 to your computer and use it in GitHub Desktop.
<f:entry title="Target Type" field="targettype">
<select name="targettype">
<option value="glob">glob</option>
<option value="pcre">pcre</option>
<option value="list">list</option>
<option value="grain">grain</option>
<option value="pillar">pillar</option>
<option value="nodegroup">nodegroup</option>
<option value="range">range</option>
<option value="compound">compund</option>
</select>
</f:entry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment