mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
10 lines
168 B
Text
10 lines
168 B
Text
|
#!/usr/bin/env ruby
|
||
|
#^syntax detection
|
||
|
|
||
|
site 'http://community.opscode.com/api/v1'
|
||
|
|
||
|
cookbook 'apt'
|
||
|
cookbook 'vim'
|
||
|
cookbook 'build-essential'
|
||
|
cookbook 'omnibus_updater'
|