Skip to content

Instantly share code, notes, and snippets.

View timoguin's full-sized avatar
🚫
No

Tim O'Guin timoguin

🚫
No
View GitHub Profile
@timoguin
timoguin / gist:9353429
Created March 4, 2014 19:10
foobananas
ubuntu_test:
provider: do
image: Ubuntu 12.04.3 x64
size: 512MB
location: New York 2
private_networking: True
script_args: -M git v0.17.5
@timoguin
timoguin / gist:9349413
Created March 4, 2014 16:08
pydls render time state execution
#!pydsl
s = state()
# configure it
s.pkg.installed('mako')
s() # execute the two states now
@timoguin
timoguin / init.sls
Created January 17, 2014 20:02
Ubuntu elasticsearch state for salt
elasticsearch-installer:
file.managed:
- name: /home/vagrant/elasticsearch-0.90.10.deb
- source: http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.deb
- source_hash: md5=f01196f101a6c074b260d47d915a558f
- user: vagrant
- group: vagrant
- mode: 644
elasticsearch: