Created
October 26, 2012 14:34
-
-
Save kepstin/3959171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define atype ($interface_vip, $vip_addr_gw) { | |
file { "testfile-${interface_vip}": | |
content => template('testfile.erb'), | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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