Sha256: 24d407bdfd60f8d1499e4f52bfb226ef493ade708979793a32c4486325d4d96f
Contents?: true
Size: 521 Bytes
Versions: 8
Compression:
Stored size: 521 Bytes
Contents
pool "poolparty" do cloud "chef" do instances 1 using :ec2 chef :solo do repo File.dirname(__FILE__)+"/chef_cloud/chef_repo" recipe "apache2" recipe "rsyslog::server" recipe "collectd" attributes :apache2 => {:listen_ports => ["80", "8080"]} end user_data open(File.dirname(__FILE__)+"/chef_cloud/user_data").read security_group do authorize :from_port => "22", :to_port => "22" authorize :from_port => "80", :to_port => "80" end end end
Version data entries
8 entries across 8 versions & 1 rubygems