mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
9 lines
168 B
Ruby
9 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'
|