Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $::wl_version = '1212'
  2.  
  3. class profile::weblogic_1212 {
  4. wl_version = '1212'
  5. }
  6.  
  7. class profile::blah {
  8. include "profile::weblogic_${::wl_version}"
  9. wl_version = "$profile::weblogic_${::wl_version}::wl_version"
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement