0
@@ -13,6 +13,7 @@ docs/README.slicehost
0
docs/building_edge_capistrano.txt
0
+docs/no_soup_for_you.txt
0
docs/notes_on_each_app/apache.txt
0
docs/notes_on_each_app/mongrel.txt
0
@@ -23,6 +24,40 @@ docs/notes_on_each_app/postgres.txt
0
docs/notes_on_each_app/subversion.txt
0
docs/notes_on_each_app/trac.txt
0
docs/the_CRUD_of_system_administraion.txt
0
+gem_plugins/deprec_ubuntu/COPYING
0
+gem_plugins/deprec_ubuntu/LICENSE
0
+gem_plugins/deprec_ubuntu/README
0
+gem_plugins/deprec_ubuntu/Rakefile
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/init.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/apache.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/cache_svn.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/memcache.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/mongrel.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/nginx.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/php.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/postfix.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/postgres.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/rails.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/recipes.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ruby.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ssh.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/subversion.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/trac.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ubuntu.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/vmware.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1.gem
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1.tgz
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/COPYING
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/LICENSE
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/README
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/Rakefile
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/lib/deprec_ubuntu/init.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/lib/deprec_ubuntu/recipes.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/resources/defaults.yaml
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/tools/rakehelp.rb
0
+gem_plugins/deprec_ubuntu/resources/defaults.yaml
0
+gem_plugins/deprec_ubuntu/tools/rakehelp.rb
0
lib/deprec/capistrano_extensions/deprec2_extensions.rb
0
lib/deprec/generators/deprec/USAGE
0
@@ -44,16 +79,15 @@ lib/deprec/recipes/postfix.rb
0
lib/deprec/recipes/postgres.rb
0
lib/deprec/recipes/rails.rb
0
lib/deprec/recipes/ruby.rb
0
+lib/deprec/recipes/sources.rb
0
lib/deprec/recipes/ssh.rb
0
lib/deprec/recipes/subversion.rb
0
lib/deprec/recipes/trac.rb
0
lib/deprec/recipes/ubuntu.rb
0
-lib/deprec/capistrano_extensions/deprec2_extensions.rb
0
lib/deprec/recipes/user.rb
0
lib/deprec/recipes/vmware.rb
0
-lib/deprec/templates/apache/httpd-ssl.conf.erb
0
-lib/deprec/templates/apache/httpd.conf.erb
0
-lib/deprec/templates/memcached.conf.d.erb
0
+lib/deprec/templates/apache/httpd-vhost-app.conf.erb
0
+lib/deprec/templates/deprec/caprc.erb
0
lib/deprec/templates/mongrel/mongrel_cluster.logrotate.d
0
lib/deprec/templates/mongrel/mongrel_cluster.yml
0
lib/deprec/templates/monit/mongrel.erb
0
@@ -63,11 +97,11 @@ lib/deprec/templates/mysql/database.yml.prod
0
lib/deprec/templates/mysql/database.yml.stage
0
lib/deprec/templates/mysql/sphinx.conf.prod
0
lib/deprec/templates/mysql/sphinx.conf.stage
0
-lib/deprec/templates/nginx/nginx
0
-lib/deprec/templates/nginx/nginx.conf
0
+lib/deprec/templates/nginx/nginx.conf-gutsy.erb
0
lib/deprec/templates/nginx/nginx.logrotate.d
0
lib/deprec/templates/postfix/postfix_main.conf
0
lib/deprec/templates/subversion/svn.apache.vhost.erb
0
+lib/deprec/templates/trac/apache_vhost.conf.erb
0
lib/deprec/templates/trac/trac.ini.erb
0
lib/deprec/templates/trac/trac_deprec.png
0
lib/deprec/templates/trac/tracd-init.erb
0
@@ -84,4 +118,10 @@ lib/deprec/third_party/vmbuilder/plugins.rb
0
lib/deprec/third_party/vmbuilder/plugins/apt.rb
0
lib/deprec/third_party/vmbuilder/plugins/gem.rb
0
lib/deprec/third_party/vmbuilder/plugins/std.rb
0
+lib/deprec/vmbuilder_plugins/all.rb
0
+lib/deprec/vmbuilder_plugins/apt.rb
0
+lib/deprec/vmbuilder_plugins/emerge.rb
0
+lib/deprec/vmbuilder_plugins/gem.rb
0
+lib/deprec/vmbuilder_plugins/std.rb
Comments
No one has commented yet.