Advertisement
Guest User

Untitled

a guest
May 24th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class test {
  2. package { 'tomcat':
  3. ensure => present,
  4. provider => chocolatey,
  5. install_options => ['"-params", "unzipLocation=C:\Program Files\Apache Software Foundation\Tomcat\"'],
  6. }
  7. }
  8. include chocolatey
  9. include test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement