Sha256: cfc0848728786b7a51783a2afb14aa155192bb0a038e3109cead86fe1cabf85c
Contents?: true
Size: 484 Bytes
Versions: 22
Compression:
Stored size: 484 Bytes
Contents
# require "/etc/chef/cookbooks/chef-deploy/lib/chef-deploy.rb" include_recipe "apache2" include_recipe "passenger" include_recipe "rails" include_recipe "git" include_recipe "ec2" include_recipe "sqlite" # gem_package "sqlite3-ruby" do # action :install # end web_app "paparazzi" do docroot "/var/www/paparazzi/public" template "paparazzi.conf.erb" server_name "www.paparazzi.com" server_aliases [node[:hostname], node[:fqdn], "paparazzi.com"] rails_env "production" end
Version data entries
22 entries across 22 versions & 3 rubygems