Guest User

Untitled

a guest
Apr 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. class radplus {
  2. file { "$radplus_archive":; }
  3. }
  4.  
  5. class radplus::ver2004 inherits radplus {
  6. $radplus_archive = "/var/tmp/radplus_2004_linux_i586.tar"
  7. }
  8.  
  9. # JJM I'm not entirely sure how to reference the source archive
  10. # in an abstract way, yet... perhaps the visitor pattern?
  11. class radplus::ver2006 inherits radplus {
  12. $radplus_archive = "/var/tmp/radplus_2006_01_00_0101_linux_i586.tar"
  13. }
Add Comment
Please, Sign In to add comment