Skip to content

Instantly share code, notes, and snippets.

@kepstin
Created October 26, 2012 14:34
Show Gist options
  • Save kepstin/3959171 to your computer and use it in GitHub Desktop.
Save kepstin/3959171 to your computer and use it in GitHub Desktop.
define atype ($interface_vip, $vip_addr_gw) {
file { "testfile-${interface_vip}":
content => template('testfile.erb'),
}
}
the vip_addr_gw is <%= @vip_addr_gw %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment