Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##### WIN REPO FILE #####
  2.  
  3. nodejs:
  4.   0.10.29:
  5.     installer: http://artifacts/vendor-local/node-v0.10.29-x64.msi
  6.     full_name: 'Node.js'
  7.     reboot: False
  8.     install_flags: ' /quiet /norestart '
  9.     msiexec: True
  10.     uninstaller: http://artifacts/vendor-local/node-v0.10.29-x64.msi
  11.     uninstall_flags: ' /quiet /uninstall '
  12.  
  13.  
  14. ##### STATE FILE ######
  15.  
  16. node_0_10_29:
  17.   pkg.installed:
  18.     - name: nodejs
  19.     - version: 0.10.29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement