Skip to content

Instantly share code, notes, and snippets.

@roobert
Created November 14, 2015 21:59
Show Gist options
  • Save roobert/b21137066b81032e79f5 to your computer and use it in GitHub Desktop.
Save roobert/b21137066b81032e79f5 to your computer and use it in GitHub Desktop.
requires :vlan, type: Integer, desc: 'VLAN ID'
requires :last_octet, type: Integer, desc: 'Last octet of machine IP'
requires :hostname, type: String, desc: 'hostname of machine'
requires :logical_group, type: String, desc: 'logical group name for server'
requires :location, type: String, desc: 'machine location'
requires :domain, type: String, desc: 'domain name'
requires :filename, type: String, desc: 'output filename'
requires :template, type: String, desc: 'template'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment