andyh-deprec 1.99.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. data/CHANGELOG +187 -0
  2. data/COPYING +19 -0
  3. data/LICENSE +339 -0
  4. data/README +138 -0
  5. data/THANKS +5 -0
  6. data/bin/depify +133 -0
  7. data/docs/ANNOUNCE.deprec2 +47 -0
  8. data/docs/README.install +88 -0
  9. data/docs/README.nagios +22 -0
  10. data/docs/README.rails +20 -0
  11. data/docs/README.svn +31 -0
  12. data/docs/ROADMAP.txt +74 -0
  13. data/docs/deprec-1.x/deprec-1.x.quickstart +50 -0
  14. data/docs/deprec-1.x/notes.txt +12 -0
  15. data/docs/deprec_banner.gif +0 -0
  16. data/docs/windows_linux.txt +350 -0
  17. data/docs/xen/plan.txt +5 -0
  18. data/docs/xen/traffic_monitoring_with_vnstat.txt +95 -0
  19. data/docs/xen/xen-tools-notes.txt +31 -0
  20. data/docs/xen/xen_on_hardy.txt +39 -0
  21. data/lib/deprec/capistrano_extensions.rb +391 -0
  22. data/lib/deprec/recipes/aoe.rb +80 -0
  23. data/lib/deprec/recipes/apache.rb +179 -0
  24. data/lib/deprec/recipes/ar_sendmail.rb +65 -0
  25. data/lib/deprec/recipes/canonical.rb +57 -0
  26. data/lib/deprec/recipes/deprec.rb +188 -0
  27. data/lib/deprec/recipes/deprecated.rb +71 -0
  28. data/lib/deprec/recipes/example.rb +115 -0
  29. data/lib/deprec/recipes/git.rb +97 -0
  30. data/lib/deprec/recipes/gitosis.rb +48 -0
  31. data/lib/deprec/recipes/heartbeat.rb +138 -0
  32. data/lib/deprec/recipes/logrotate.rb +54 -0
  33. data/lib/deprec/recipes/lvm.rb +20 -0
  34. data/lib/deprec/recipes/memcache.rb +49 -0
  35. data/lib/deprec/recipes/mongrel.rb +219 -0
  36. data/lib/deprec/recipes/monit.rb +135 -0
  37. data/lib/deprec/recipes/mysql.rb +115 -0
  38. data/lib/deprec/recipes/nagios.rb +305 -0
  39. data/lib/deprec/recipes/network.rb +81 -0
  40. data/lib/deprec/recipes/nginx.rb +144 -0
  41. data/lib/deprec/recipes/ntp.rb +103 -0
  42. data/lib/deprec/recipes/php.rb +99 -0
  43. data/lib/deprec/recipes/postfix.rb +105 -0
  44. data/lib/deprec/recipes/rails.rb +288 -0
  45. data/lib/deprec/recipes/ruby.rb +66 -0
  46. data/lib/deprec/recipes/sphinx.rb +83 -0
  47. data/lib/deprec/recipes/ssh.rb +93 -0
  48. data/lib/deprec/recipes/svn.rb +171 -0
  49. data/lib/deprec/recipes/trac.rb +277 -0
  50. data/lib/deprec/recipes/ubuntu.rb +20 -0
  51. data/lib/deprec/recipes/users.rb +90 -0
  52. data/lib/deprec/recipes/utils.rb +39 -0
  53. data/lib/deprec/recipes/vnstat.rb +85 -0
  54. data/lib/deprec/recipes/xen.rb +262 -0
  55. data/lib/deprec/recipes.rb +37 -0
  56. data/lib/deprec/templates/aoe/aoe-init +55 -0
  57. data/lib/deprec/templates/aoe/fence_aoemask +351 -0
  58. data/lib/deprec/templates/apache/httpd-vhost-app.conf.erb +144 -0
  59. data/lib/deprec/templates/apache/httpd.conf +465 -0
  60. data/lib/deprec/templates/apache/index.html.erb +37 -0
  61. data/lib/deprec/templates/apache/master.css +72 -0
  62. data/lib/deprec/templates/ar_sendmail/logrotate.conf.erb +9 -0
  63. data/lib/deprec/templates/ar_sendmail/monit.conf.erb +5 -0
  64. data/lib/deprec/templates/deprec/caprc.erb +14 -0
  65. data/lib/deprec/templates/heartbeat/authkeys.erb +2 -0
  66. data/lib/deprec/templates/heartbeat/ha.cf.erb +15 -0
  67. data/lib/deprec/templates/heartbeat/haresources.erb +1 -0
  68. data/lib/deprec/templates/logrotate/logrotate.conf.erb +32 -0
  69. data/lib/deprec/templates/mongrel/logrotate.conf.erb +11 -0
  70. data/lib/deprec/templates/mongrel/mongrel_cluster-init-script +54 -0
  71. data/lib/deprec/templates/mongrel/mongrel_cluster.logrotate.d +14 -0
  72. data/lib/deprec/templates/mongrel/mongrel_cluster.yml.erb +10 -0
  73. data/lib/deprec/templates/mongrel/monit.conf.erb +17 -0
  74. data/lib/deprec/templates/monit/monit-init-script +104 -0
  75. data/lib/deprec/templates/monit/monitrc.erb +227 -0
  76. data/lib/deprec/templates/monit/nothing +0 -0
  77. data/lib/deprec/templates/mysql/create_databases.sql +20 -0
  78. data/lib/deprec/templates/mysql/database.yml.prod +6 -0
  79. data/lib/deprec/templates/mysql/database.yml.stage +6 -0
  80. data/lib/deprec/templates/mysql/my.cnf.erb +140 -0
  81. data/lib/deprec/templates/mysql/sphinx.conf.prod +542 -0
  82. data/lib/deprec/templates/mysql/sphinx.conf.stage +542 -0
  83. data/lib/deprec/templates/nagios/cgi.cfg.erb +321 -0
  84. data/lib/deprec/templates/nagios/check_linux_free_memory.pl +118 -0
  85. data/lib/deprec/templates/nagios/check_mongrel_cluster.rb +82 -0
  86. data/lib/deprec/templates/nagios/commands.cfg.erb +240 -0
  87. data/lib/deprec/templates/nagios/contacts.cfg.erb +57 -0
  88. data/lib/deprec/templates/nagios/hosts.cfg.erb +143 -0
  89. data/lib/deprec/templates/nagios/htpasswd.users +1 -0
  90. data/lib/deprec/templates/nagios/localhost.cfg.erb +157 -0
  91. data/lib/deprec/templates/nagios/nagios.cfg.erb +1274 -0
  92. data/lib/deprec/templates/nagios/nagios_apache_vhost.conf.erb +45 -0
  93. data/lib/deprec/templates/nagios/nrpe.cfg.erb +210 -0
  94. data/lib/deprec/templates/nagios/nrpe.xinetd.erb +16 -0
  95. data/lib/deprec/templates/nagios/resource.cfg.erb +34 -0
  96. data/lib/deprec/templates/nagios/services.cfg.erb +79 -0
  97. data/lib/deprec/templates/nagios/templates.cfg.erb +9 -0
  98. data/lib/deprec/templates/nagios/timeperiods.cfg.erb +94 -0
  99. data/lib/deprec/templates/network/hostname.erb +1 -0
  100. data/lib/deprec/templates/network/hosts.erb +2 -0
  101. data/lib/deprec/templates/network/interfaces.erb +18 -0
  102. data/lib/deprec/templates/nginx/logrotate.conf.erb +13 -0
  103. data/lib/deprec/templates/nginx/mime.types.erb +70 -0
  104. data/lib/deprec/templates/nginx/nginx-init-script +62 -0
  105. data/lib/deprec/templates/nginx/nginx.conf.erb +125 -0
  106. data/lib/deprec/templates/nginx/nginx.logrotate.d +12 -0
  107. data/lib/deprec/templates/nginx/nothing.conf +1 -0
  108. data/lib/deprec/templates/nginx/rails_nginx_vhost.conf.erb +41 -0
  109. data/lib/deprec/templates/ntp/ntp.conf.erb +42 -0
  110. data/lib/deprec/templates/postfix/aliases.erb +3 -0
  111. data/lib/deprec/templates/postfix/dynamicmaps.cf.erb +8 -0
  112. data/lib/deprec/templates/postfix/main.cf.erb +41 -0
  113. data/lib/deprec/templates/postfix/master.cf.erb +77 -0
  114. data/lib/deprec/templates/sphinx/monit.conf.erb +5 -0
  115. data/lib/deprec/templates/ssh/ssh_config.erb +50 -0
  116. data/lib/deprec/templates/ssh/sshd_config.erb +78 -0
  117. data/lib/deprec/templates/subversion/svn.apache.vhost.erb +43 -0
  118. data/lib/deprec/templates/trac/apache_vhost.conf.erb +24 -0
  119. data/lib/deprec/templates/trac/nginx_vhost.conf.erb +26 -0
  120. data/lib/deprec/templates/trac/trac.ini.erb +169 -0
  121. data/lib/deprec/templates/trac/trac_deprec.png +0 -0
  122. data/lib/deprec/templates/trac/tracd-init.erb +43 -0
  123. data/lib/deprec/templates/trac/users.htdigest.erb +0 -0
  124. data/lib/deprec/templates/vnstat/config.php +57 -0
  125. data/lib/deprec/templates/xen/15-disable-hwclock +40 -0
  126. data/lib/deprec/templates/xen/network-bridge-wrapper +3 -0
  127. data/lib/deprec/templates/xen/xen-tools.conf.erb +220 -0
  128. data/lib/deprec/templates/xen/xend-config.sxp.erb +195 -0
  129. data/lib/deprec/templates/xen/xend-init.erb +69 -0
  130. data/lib/deprec/templates/xen/xendomains.erb +137 -0
  131. data/lib/deprec/templates/xen/xm.tmpl.erb +85 -0
  132. data/lib/deprec.rb +8 -0
  133. data/lib/deprec_cmd_completion.sh +26 -0
  134. data/lib/vmbuilder_plugins/all.rb +20 -0
  135. data/lib/vmbuilder_plugins/apt.rb +93 -0
  136. data/lib/vmbuilder_plugins/emerge.rb +76 -0
  137. data/lib/vmbuilder_plugins/gem.rb +90 -0
  138. data/lib/vmbuilder_plugins/std.rb +203 -0
  139. metadata +224 -0
@@ -0,0 +1,76 @@
1
+ # =emerge.rb: Gentoo 'emerge' Installer library
2
+ # Capistrano task library to install and manage portage packages
3
+ #
4
+ # Copyright (c) 2007 monki(Wesley Beary)
5
+ #
6
+ # inspiration: vmbuilder by Neil Wilson, Aldur Systems Ltd
7
+ #
8
+ # Licenced under the GNU Public License v2. No warranty is provided.
9
+
10
+ require 'capistrano'
11
+
12
+ # =Purpose
13
+ # emerge is a Capistrano plugin module providing a set of methods
14
+ # that invoke the portage package manage (as used in Gentoo)
15
+ #
16
+ # Installs within Capistrano as the plugin _emerge_.
17
+ #
18
+ # =Usage
19
+ #
20
+ # require 'marshall/plugins/emerge'
21
+ #
22
+ # Prefix all calls to the library with <tt>emerge.</tt>
23
+ #
24
+ module Emerge
25
+ # Default emerge command - reduce interactivity to the minimum
26
+ EMERGE="emerge -q"
27
+
28
+ # Emerge a new package or packages
29
+ def install(packages, options={})
30
+ cmd = <<-CMD
31
+ sh -c "#{EMERGE} #{packages.join(" ")}"
32
+ CMD
33
+ sudo(cmd, options)
34
+ end
35
+
36
+ # Run clean old/unused packages
37
+ def clean(options={})
38
+ cmd = <<-CMD
39
+ sh -c "#{EMERGE} -clean"
40
+ CMD
41
+ sudo(cmd, options)
42
+ end
43
+
44
+ # Upgrade installed package list
45
+ def upgrade(options={})
46
+ cmd = <<-CMD
47
+ sh -c "#{EMERGE} --sync"
48
+ CMD
49
+ sudo(cmd, options)
50
+ end
51
+
52
+ # Update portage
53
+ def update_system(options={})
54
+ cmd = <<-CMD
55
+ sh -c "#{EMERGE} portage"
56
+ CMD
57
+ sudo(cmd, options)
58
+ end
59
+
60
+ # Update all installed packages
61
+ def update(options={})
62
+ cmd = <<-CMD
63
+ sh -c "#{EMERGE} --update --deep --newuse world"
64
+ CMD
65
+ sudo(cmd, options)
66
+ end
67
+
68
+ # Boot script manipulation command
69
+ def rc_update(packages, setting)
70
+ packages.each do |service|
71
+ sudo "rc_update add #{service} #{setting}"
72
+ end
73
+ end
74
+ end
75
+
76
+ Capistrano.plugin :emerge, Emerge
@@ -0,0 +1,90 @@
1
+ # =gem.rb: Gem Installer library
2
+ # Capistrano library to install and manage Ruby Gems.
3
+ #
4
+ # ----
5
+ # Copyright (c) 2007 Neil Wilson, Aldur Systems Ltd
6
+ #
7
+ # Licensed under the GNU Public License v2. No warranty is provided.
8
+
9
+ require 'capistrano'
10
+
11
+ # = Purpose
12
+ # Gem is a Capistrano plugin module providing a set of methods
13
+ # that invoke the *gem* package manager.
14
+ #
15
+ # Installs within Capistrano as the plugin _gem_.
16
+ #
17
+ # =Usage
18
+ #
19
+ # require 'vmbuilder_plugins/gem'
20
+ #
21
+ # Prefix all calls to the library with <tt>gem.</tt>
22
+ #
23
+ module Gem
24
+
25
+ # Default install command
26
+ #
27
+ # * doesn't install documentation
28
+ # * installs all required dependencies automatically.
29
+ #
30
+ GEM_INSTALL="gem install --no-rdoc --no-ri"
31
+ GEM_UPDATE=GEM_INSTALL.sub("install", "update")
32
+
33
+ # Upgrade the *gem* system to the latest version. Runs via *sudo*
34
+ def update_system
35
+ send(run_method, "#{GEM_UPDATE} --system")
36
+ end
37
+
38
+ # Updates all the installed gems to the latest version. Runs via *sudo*.
39
+ # Don't use this command if any of the gems require a version selection.
40
+ def upgrade
41
+ send(run_method, GEM_UPDATE)
42
+ end
43
+
44
+ # Removes old versions of gems from installation area.
45
+ def cleanup
46
+ send(run_method, "gem cleanup")
47
+ end
48
+
49
+ # Installs the gems detailed in +packages+, selecting version +version+ if
50
+ # specified.
51
+ #
52
+ # +packages+ can be a single string or an array of strings.
53
+ #
54
+ def install(packages, version=nil)
55
+ send(run_method,"#{GEM_INSTALL} #{if version then '-v '+version.to_s end} #{packages.to_a.join(' ')}")
56
+ end
57
+
58
+ # Auto selects a gem from a list and installs it.
59
+ #
60
+ # *gem* has no mechanism on the command line of disambiguating builds for
61
+ # different platforms, and instead asks the user. This method has the necessary
62
+ # conversation to select the +version+ relevant to +platform+ (or the one nearest
63
+ # the top of the list if you don't specify +version+).
64
+ def select(package, version=nil, platform='ruby')
65
+ selections={}
66
+ cmd="#{GEM_INSTALL} #{if version then '-v '+version.to_s end} #{package}"
67
+ send run_method, cmd do |channel, stream, data|
68
+ data.each_line do | line |
69
+ case line
70
+ when /\s(\d+).*\(#{platform}\)/
71
+ if selections[channel[:host]].nil?
72
+ selections[channel[:host]]=$1.dup+"\n"
73
+ logger.info "Selecting #$&", "#{stream} :: #{channel[:host]}"
74
+ end
75
+ when /\s\d+\./
76
+ # Discard other selections from data stream
77
+ when /^>/
78
+ channel.send_data selections[channel[:host]]
79
+ logger.debug line, "#{stream} :: #{channel[:host]}"
80
+ else
81
+ logger.info line, "#{stream} :: #{channel[:host]}"
82
+ end
83
+ end
84
+ end
85
+ end
86
+
87
+ end
88
+
89
+ Capistrano.plugin :gem2, Gem
90
+ # vim: nowrap sw=2 sts=2 ts=8 ff=unix ft=ruby:
@@ -0,0 +1,203 @@
1
+ # =std.rb: Capistrano Standard Methods
2
+ # Standard library of procedures and functions that you can use with Capistrano.
3
+ #
4
+ # ----
5
+ # Copyright (c) 2007 Neil Wilson, Aldur Systems Ltd
6
+ #
7
+ # Licensed under the GNU Public License v2. No warranty is provided.
8
+
9
+ require 'capistrano'
10
+
11
+ # = Purpose
12
+ # Std is a Capistrano plugin that provides a set of standard methods refactored
13
+ # out of several Capistrano task libraries.
14
+ #
15
+ # Installs within Capistrano as the plugin _std_
16
+ #
17
+ # = Usage
18
+ #
19
+ # require 'vmbuilder_plugins/std'
20
+ #
21
+ # Prefix all calls to the library with <tt>std.</tt>
22
+ module Std
23
+
24
+ begin
25
+ # Use the Mmap class if it is available
26
+ # http://moulon.inra.fr/ruby/mmap.html
27
+ require 'mmap'
28
+ MMAP=true #:nodoc:
29
+ rescue LoadError
30
+ # no MMAP class, use normal reads instead
31
+ MMAP=false #:nodoc:
32
+ end
33
+
34
+ # Copies the files specified by +file_pattern+ to +destination+
35
+ #
36
+ # Error checking is minimal - a pattern onto a single file will result in +destination+
37
+ # containing the data from the last file only.
38
+ #
39
+ # Installs via *sudo*, +options+ are as for *put*.
40
+ def fput(file_pattern, destination, options={})
41
+ logger.info file_pattern
42
+ Dir.glob(file_pattern) do |fname|
43
+ if File.readable?(fname) then
44
+ if MMAP
45
+ logger.debug "Using Memory Mapped File Upload"
46
+ fdata=Mmap.new(fname,"r", Mmap::MAP_SHARED, :advice => Mmap::MADV_SEQUENTIAL)
47
+ else
48
+ fdata=File.open(fname).read
49
+ end
50
+ su_put(fdata, destination, File.join('/tmp',File.basename(fname)), options)
51
+ else
52
+ logger.error "Unable to read file #{fname}"
53
+ end
54
+ end
55
+ end
56
+
57
+ # Upload +data+ to +temporary_area+ before installing it in
58
+ # +destination+ using sudo.
59
+ #
60
+ # +options+ are as for *put*
61
+ #
62
+ def su_put(data, destination, temporary_area='/tmp', options={})
63
+ temporary_area = File.join(temporary_area,"#{File.basename(destination)}-$CAPISTRANO:HOST$")
64
+ put(data, temporary_area, options)
65
+ send run_method, <<-CMD
66
+ sh -c "install -m#{sprintf("%3o",options[:mode]||0755)} #{temporary_area} #{destination} &&
67
+ rm -f #{temporary_area}"
68
+ CMD
69
+ end
70
+
71
+ # Copies the +file_pattern+, which is assumed to be a tar
72
+ # file of some description (gzipped or plain), and unpacks it into
73
+ # +destination+.
74
+ def unzip(file_pattern, destination, options={})
75
+ Dir.glob(file_pattern) do |fname|
76
+ if File.readable?(fname) then
77
+ target="/tmp/#{File.basename(fname)}"
78
+ if MMAP
79
+ logger.debug "Using Memory Mapped File Upload"
80
+ fdata=Mmap.new(fname,"r", Mmap::MAP_SHARED, :advice => Mmap::MADV_SEQUENTIAL)
81
+ else
82
+ fdata=File.open(fname).read
83
+ end
84
+ put(fdata, target, options)
85
+ send run_method, <<-CMD
86
+ sh -c "cd #{destination} &&
87
+ zcat -f #{target} | tar xvf - &&
88
+ rm -f #{target}"
89
+ CMD
90
+ end
91
+ end
92
+ end
93
+
94
+ # Wrap this around your task calls to catch the no servers error and
95
+ # ignore it
96
+ #
97
+ # std.ignore_no_servers_error do
98
+ # activate_mysql
99
+ # end
100
+ #
101
+ def ignore_no_servers_error (&block)
102
+ begin
103
+ yield
104
+ rescue RuntimeError => failure
105
+ if failure.message =~ /no servers matched/
106
+ logger.debug "Ignoring 'no servers matched' error in task #{current_task.name}"
107
+ else
108
+ raise
109
+ end
110
+ end
111
+ end
112
+
113
+ # Wrap this around your task to force a connection as root.
114
+ # Flushes the session cache before and after the connection.
115
+ #
116
+ # std.connect_as_root do
117
+ # install_sudo
118
+ # end
119
+ #
120
+ def connect_as_root (&block)
121
+ begin
122
+ tempuser = user
123
+ set :user, "root"
124
+ actor.sessions.delete_if { true }
125
+ yield tempuser
126
+ ensure
127
+ set :user, tempuser if tempuser
128
+ actor.sessions.delete_if { true }
129
+ end
130
+ end
131
+
132
+ #Returns a random string of alphanumeric characters of size +size+
133
+ #Useful for passwords, usernames and the like.
134
+ def random_string(size=10)
135
+ s = ""
136
+ size.times { s << (i = rand(62); i += ((i < 10) ? 48 : ((i < 36) ? 55 : 61 ))).chr }
137
+ s
138
+ end
139
+
140
+
141
+ # Return a relative path from the destination directory +from_str+
142
+ # to the target file/directory +to_str+. Used to create relative
143
+ # symbolic link paths.
144
+ def relative_path (from_str, to_str)
145
+ require 'pathname'
146
+ Pathname.new(to_str).relative_path_from(Pathname.new(from_str)).to_s
147
+ end
148
+
149
+ # Run a ruby command file on the servers
150
+ #
151
+ def ruby(cmd, options={}, &block)
152
+ temp_name = random_string + ".rb"
153
+ begin
154
+ put(cmd, temp_name, :mode => 0700)
155
+ send(run_method, "ruby #{temp_name}", options, &block)
156
+ ensure
157
+ delete temp_name
158
+ end
159
+ end
160
+
161
+ # Run a patchfile on the servers
162
+ # Ignores reverses and rejects.
163
+ #
164
+ def patch(patchfile, level = '0', where = '/')
165
+ temp_name = random_string
166
+ begin
167
+ fput(patchfile, temp_name, :mode => 0600)
168
+ send(run_method, %{
169
+ patch -p#{level} -tNd #{where} -r /dev/null < #{temp_name} || true
170
+ })
171
+ ensure
172
+ delete temp_name
173
+ end
174
+ end
175
+
176
+ # Deletes the given file(s) from all servers targetted by the current
177
+ # task, but runs the +delete+ command according to the current setting
178
+ # of <tt>:use_sudo</tt>.
179
+ #
180
+ # If <tt>:recursive => true</tt> is specified, it may be used to remove
181
+ # directories.
182
+ def su_delete(path, options={})
183
+ cmd = "rm -%sf #{path}" % (options[:recursive] ? "r" : "")
184
+ send(run_method, cmd, options)
185
+ end
186
+
187
+ # Render a template file and upload it to the servers
188
+ #
189
+ def put_template(template, destination, options={})
190
+ if MMAP
191
+ logger.debug "Using Memory Mapped File Upload"
192
+ fdata=Mmap.new(template,"r", Mmap::MAP_SHARED, :advice => Mmap::MADV_SEQUENTIAL)
193
+ else
194
+ fdata=File.read(template)
195
+ end
196
+ put(render(:template => fdata), destination, options)
197
+ end
198
+
199
+ end
200
+
201
+ Capistrano.plugin :std, Std
202
+ #
203
+ # vim: nowrap sw=2 sts=2 ts=8 ff=unix ft=ruby:
metadata ADDED
@@ -0,0 +1,224 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: andyh-deprec
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.99.26
5
+ platform: ruby
6
+ authors:
7
+ - Mike Bailey
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-13 00:00:00 -07:00
13
+ default_executable: depify
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: capistrano
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.0.0
23
+ version:
24
+ description: This project provides libraries of Capistrano tasks and extensions to remove the repetative manual work associated with installing services on linux servers.
25
+ email: mike@bailey.net.au
26
+ executables:
27
+ - depify
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - CHANGELOG
34
+ - COPYING
35
+ - LICENSE
36
+ - README
37
+ - THANKS
38
+ - bin/depify
39
+ - docs/ANNOUNCE.deprec2
40
+ - docs/deprec-1.x
41
+ - docs/deprec-1.x/deprec-1.x.quickstart
42
+ - docs/deprec-1.x/notes.txt
43
+ - docs/deprec_banner.gif
44
+ - docs/README.install
45
+ - docs/README.nagios
46
+ - docs/README.rails
47
+ - docs/README.svn
48
+ - docs/ROADMAP.txt
49
+ - docs/windows_linux.txt
50
+ - docs/xen
51
+ - docs/xen/plan.txt
52
+ - docs/xen/traffic_monitoring_with_vnstat.txt
53
+ - docs/xen/xen-tools-notes.txt
54
+ - docs/xen/xen_on_hardy.txt
55
+ - lib/deprec
56
+ - lib/deprec/capistrano_extensions.rb
57
+ - lib/deprec/recipes
58
+ - lib/deprec/recipes/aoe.rb
59
+ - lib/deprec/recipes/apache.rb
60
+ - lib/deprec/recipes/ar_sendmail.rb
61
+ - lib/deprec/recipes/canonical.rb
62
+ - lib/deprec/recipes/deprec.rb
63
+ - lib/deprec/recipes/deprecated.rb
64
+ - lib/deprec/recipes/example.rb
65
+ - lib/deprec/recipes/git.rb
66
+ - lib/deprec/recipes/gitosis.rb
67
+ - lib/deprec/recipes/heartbeat.rb
68
+ - lib/deprec/recipes/logrotate.rb
69
+ - lib/deprec/recipes/lvm.rb
70
+ - lib/deprec/recipes/memcache.rb
71
+ - lib/deprec/recipes/mongrel.rb
72
+ - lib/deprec/recipes/monit.rb
73
+ - lib/deprec/recipes/mysql.rb
74
+ - lib/deprec/recipes/nagios.rb
75
+ - lib/deprec/recipes/network.rb
76
+ - lib/deprec/recipes/nginx.rb
77
+ - lib/deprec/recipes/ntp.rb
78
+ - lib/deprec/recipes/php.rb
79
+ - lib/deprec/recipes/postfix.rb
80
+ - lib/deprec/recipes/rails.rb
81
+ - lib/deprec/recipes/ruby.rb
82
+ - lib/deprec/recipes/sphinx.rb
83
+ - lib/deprec/recipes/ssh.rb
84
+ - lib/deprec/recipes/svn.rb
85
+ - lib/deprec/recipes/trac.rb
86
+ - lib/deprec/recipes/ubuntu.rb
87
+ - lib/deprec/recipes/users.rb
88
+ - lib/deprec/recipes/utils.rb
89
+ - lib/deprec/recipes/vnstat.rb
90
+ - lib/deprec/recipes/xen.rb
91
+ - lib/deprec/recipes.rb
92
+ - lib/deprec/templates
93
+ - lib/deprec/templates/aoe
94
+ - lib/deprec/templates/aoe/aoe-init
95
+ - lib/deprec/templates/aoe/fence_aoemask
96
+ - lib/deprec/templates/apache
97
+ - lib/deprec/templates/apache/httpd-vhost-app.conf.erb
98
+ - lib/deprec/templates/apache/httpd.conf
99
+ - lib/deprec/templates/apache/index.html.erb
100
+ - lib/deprec/templates/apache/master.css
101
+ - lib/deprec/templates/ar_sendmail
102
+ - lib/deprec/templates/ar_sendmail/logrotate.conf.erb
103
+ - lib/deprec/templates/ar_sendmail/monit.conf.erb
104
+ - lib/deprec/templates/deprec
105
+ - lib/deprec/templates/deprec/caprc.erb
106
+ - lib/deprec/templates/heartbeat
107
+ - lib/deprec/templates/heartbeat/authkeys.erb
108
+ - lib/deprec/templates/heartbeat/ha.cf.erb
109
+ - lib/deprec/templates/heartbeat/haresources.erb
110
+ - lib/deprec/templates/logrotate
111
+ - lib/deprec/templates/logrotate/logrotate.conf.erb
112
+ - lib/deprec/templates/mongrel
113
+ - lib/deprec/templates/mongrel/logrotate.conf.erb
114
+ - lib/deprec/templates/mongrel/mongrel_cluster-init-script
115
+ - lib/deprec/templates/mongrel/mongrel_cluster.logrotate.d
116
+ - lib/deprec/templates/mongrel/mongrel_cluster.yml.erb
117
+ - lib/deprec/templates/mongrel/monit.conf.erb
118
+ - lib/deprec/templates/monit
119
+ - lib/deprec/templates/monit/monit-init-script
120
+ - lib/deprec/templates/monit/monitrc.erb
121
+ - lib/deprec/templates/monit/nothing
122
+ - lib/deprec/templates/mysql
123
+ - lib/deprec/templates/mysql/create_databases.sql
124
+ - lib/deprec/templates/mysql/database.yml.prod
125
+ - lib/deprec/templates/mysql/database.yml.stage
126
+ - lib/deprec/templates/mysql/my.cnf.erb
127
+ - lib/deprec/templates/mysql/sphinx.conf.prod
128
+ - lib/deprec/templates/mysql/sphinx.conf.stage
129
+ - lib/deprec/templates/nagios
130
+ - lib/deprec/templates/nagios/cgi.cfg.erb
131
+ - lib/deprec/templates/nagios/check_linux_free_memory.pl
132
+ - lib/deprec/templates/nagios/check_mongrel_cluster.rb
133
+ - lib/deprec/templates/nagios/commands.cfg.erb
134
+ - lib/deprec/templates/nagios/contacts.cfg.erb
135
+ - lib/deprec/templates/nagios/hosts.cfg.erb
136
+ - lib/deprec/templates/nagios/htpasswd.users
137
+ - lib/deprec/templates/nagios/localhost.cfg.erb
138
+ - lib/deprec/templates/nagios/nagios.cfg.erb
139
+ - lib/deprec/templates/nagios/nagios_apache_vhost.conf.erb
140
+ - lib/deprec/templates/nagios/nrpe.cfg.erb
141
+ - lib/deprec/templates/nagios/nrpe.xinetd.erb
142
+ - lib/deprec/templates/nagios/resource.cfg.erb
143
+ - lib/deprec/templates/nagios/services.cfg.erb
144
+ - lib/deprec/templates/nagios/templates.cfg.erb
145
+ - lib/deprec/templates/nagios/timeperiods.cfg.erb
146
+ - lib/deprec/templates/network
147
+ - lib/deprec/templates/network/hostname.erb
148
+ - lib/deprec/templates/network/hosts.erb
149
+ - lib/deprec/templates/network/interfaces.erb
150
+ - lib/deprec/templates/nginx
151
+ - lib/deprec/templates/nginx/logrotate.conf.erb
152
+ - lib/deprec/templates/nginx/mime.types.erb
153
+ - lib/deprec/templates/nginx/nginx-init-script
154
+ - lib/deprec/templates/nginx/nginx.conf.erb
155
+ - lib/deprec/templates/nginx/nginx.logrotate.d
156
+ - lib/deprec/templates/nginx/nothing.conf
157
+ - lib/deprec/templates/nginx/rails_nginx_vhost.conf.erb
158
+ - lib/deprec/templates/ntp
159
+ - lib/deprec/templates/ntp/ntp.conf.erb
160
+ - lib/deprec/templates/postfix
161
+ - lib/deprec/templates/postfix/aliases.erb
162
+ - lib/deprec/templates/postfix/dynamicmaps.cf.erb
163
+ - lib/deprec/templates/postfix/main.cf.erb
164
+ - lib/deprec/templates/postfix/master.cf.erb
165
+ - lib/deprec/templates/sphinx
166
+ - lib/deprec/templates/sphinx/monit.conf.erb
167
+ - lib/deprec/templates/ssh
168
+ - lib/deprec/templates/ssh/ssh_config.erb
169
+ - lib/deprec/templates/ssh/sshd_config.erb
170
+ - lib/deprec/templates/subversion
171
+ - lib/deprec/templates/subversion/svn.apache.vhost.erb
172
+ - lib/deprec/templates/trac
173
+ - lib/deprec/templates/trac/apache_vhost.conf.erb
174
+ - lib/deprec/templates/trac/nginx_vhost.conf.erb
175
+ - lib/deprec/templates/trac/trac.ini.erb
176
+ - lib/deprec/templates/trac/trac_deprec.png
177
+ - lib/deprec/templates/trac/tracd-init.erb
178
+ - lib/deprec/templates/trac/users.htdigest.erb
179
+ - lib/deprec/templates/vnstat
180
+ - lib/deprec/templates/vnstat/config.php
181
+ - lib/deprec/templates/xen
182
+ - lib/deprec/templates/xen/15-disable-hwclock
183
+ - lib/deprec/templates/xen/network-bridge-wrapper
184
+ - lib/deprec/templates/xen/xen-tools.conf.erb
185
+ - lib/deprec/templates/xen/xend-config.sxp.erb
186
+ - lib/deprec/templates/xen/xend-init.erb
187
+ - lib/deprec/templates/xen/xendomains.erb
188
+ - lib/deprec/templates/xen/xm.tmpl.erb
189
+ - lib/deprec.rb
190
+ - lib/deprec_cmd_completion.sh
191
+ - lib/vmbuilder_plugins
192
+ - lib/vmbuilder_plugins/all.rb
193
+ - lib/vmbuilder_plugins/apt.rb
194
+ - lib/vmbuilder_plugins/emerge.rb
195
+ - lib/vmbuilder_plugins/gem.rb
196
+ - lib/vmbuilder_plugins/std.rb
197
+ has_rdoc: false
198
+ homepage: http://www.deprec.org/
199
+ post_install_message:
200
+ rdoc_options: []
201
+
202
+ require_paths:
203
+ - lib
204
+ required_ruby_version: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - ">="
207
+ - !ruby/object:Gem::Version
208
+ version: "0"
209
+ version:
210
+ required_rubygems_version: !ruby/object:Gem::Requirement
211
+ requirements:
212
+ - - ">="
213
+ - !ruby/object:Gem::Version
214
+ version: "0"
215
+ version:
216
+ requirements: []
217
+
218
+ rubyforge_project: deprec
219
+ rubygems_version: 1.2.0
220
+ signing_key:
221
+ specification_version: 2
222
+ summary: deployment recipes for capistrano
223
+ test_files: []
224
+