mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 16:17:31 +08:00
10 lines
168 B
Ruby
10 lines
168 B
Ruby
#!/usr/bin/env ruby
|
|
#^syntax detection
|
|
|
|
site 'http://community.opscode.com/api/v1'
|
|
|
|
cookbook 'apt'
|
|
cookbook 'vim'
|
|
cookbook 'build-essential'
|
|
cookbook 'omnibus_updater'
|