Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. git "/var/www" do
  2.   repository "git://git.typo3.org/Packages/TYPO3.CMS.git"
  3.   reference "#{node['typo3']['version']}"
  4.   action :sync
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement