Advertisement
dbd

somethingelse

dbd
Jul 5th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class somethingelse {
  2.  
  3. apt::builddep { 'foo': }
  4.  
  5. puppi::netinstall { 'something':
  6. url => 'someurl',
  7. extracted_dir => 'asdf',
  8. destination_dir => '/tmp',
  9. postextract_command => 'make command here',
  10. require => Apt::Builddep['foo']
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement