11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
#^syntax detection
|
||
|
|
||
|
site 'https://supermarket.getchef.com/api/v1'
|
||
|
|
||
|
# cookbook 'emacs24-nox'
|
||
|
cookbook 'nmap'
|
||
|
cookbook 'java'
|
||
|
cookbook 'mysql'
|
||
|
cookbook 'tomcat'
|