vagrant-managed-servers 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -1
- data/.travis.yml +5 -0
- data/Berksfile +1 -1
- data/CHANGELOG.md +7 -1
- data/Gemfile +8 -4
- data/README.md +5 -3
- data/Rakefile +11 -0
- data/Vagrantfile +3 -2
- data/lib/vagrant-managed-servers/action/sync_folders.rb +5 -3
- data/lib/vagrant-managed-servers/version.rb +1 -1
- data/vagrant-managed-servers.gemspec +3 -3
- metadata +10 -134
- data/cookbooks/apache2/CHANGELOG.md +0 -95
- data/cookbooks/apache2/CONTRIBUTING.md +0 -257
- data/cookbooks/apache2/Gemfile +0 -10
- data/cookbooks/apache2/LICENSE +0 -201
- data/cookbooks/apache2/README.md +0 -567
- data/cookbooks/apache2/attributes/default.rb +0 -149
- data/cookbooks/apache2/attributes/mod_auth_cas.rb +0 -2
- data/cookbooks/apache2/attributes/mod_auth_openid.rb +0 -32
- data/cookbooks/apache2/definitions/apache_conf.rb +0 -26
- data/cookbooks/apache2/definitions/apache_module.rb +0 -53
- data/cookbooks/apache2/definitions/apache_site.rb +0 -43
- data/cookbooks/apache2/definitions/web_app.rb +0 -49
- data/cookbooks/apache2/files/default/apache2_module_conf_generate.pl +0 -41
- data/cookbooks/apache2/files/default/tests/minitest/default_test.rb +0 -77
- data/cookbooks/apache2/files/default/tests/minitest/god_monitor_test.rb +0 -34
- data/cookbooks/apache2/files/default/tests/minitest/mod_apreq2_test.rb +0 -19
- data/cookbooks/apache2/files/default/tests/minitest/mod_auth_cas_test.rb +0 -11
- data/cookbooks/apache2/files/default/tests/minitest/mod_auth_openid_test.rb +0 -37
- data/cookbooks/apache2/files/default/tests/minitest/mod_cgi_test.rb +0 -13
- data/cookbooks/apache2/files/default/tests/minitest/mod_dav_svn_test.rb +0 -14
- data/cookbooks/apache2/files/default/tests/minitest/mod_fastcgi.rb +0 -11
- data/cookbooks/apache2/files/default/tests/minitest/mod_perl_test.rb +0 -18
- data/cookbooks/apache2/files/default/tests/minitest/mod_php5_test.rb +0 -13
- data/cookbooks/apache2/files/default/tests/minitest/mod_python_test.rb +0 -10
- data/cookbooks/apache2/files/default/tests/minitest/mod_ssl_test.rb +0 -23
- data/cookbooks/apache2/files/default/tests/minitest/support/helpers.rb +0 -50
- data/cookbooks/apache2/metadata.json +0 -513
- data/cookbooks/apache2/metadata.rb +0 -207
- data/cookbooks/apache2/recipes/default.rb +0 -208
- data/cookbooks/apache2/recipes/god_monitor.rb +0 -33
- data/cookbooks/apache2/recipes/logrotate.rb +0 -29
- data/cookbooks/apache2/recipes/mod_alias.rb +0 -22
- data/cookbooks/apache2/recipes/mod_apreq2.rb +0 -54
- data/cookbooks/apache2/recipes/mod_auth_basic.rb +0 -20
- data/cookbooks/apache2/recipes/mod_auth_cas.rb +0 -59
- data/cookbooks/apache2/recipes/mod_auth_digest.rb +0 -20
- data/cookbooks/apache2/recipes/mod_auth_openid.rb +0 -111
- data/cookbooks/apache2/recipes/mod_authn_file.rb +0 -20
- data/cookbooks/apache2/recipes/mod_authnz_ldap.rb +0 -20
- data/cookbooks/apache2/recipes/mod_authz_default.rb +0 -20
- data/cookbooks/apache2/recipes/mod_authz_groupfile.rb +0 -20
- data/cookbooks/apache2/recipes/mod_authz_host.rb +0 -20
- data/cookbooks/apache2/recipes/mod_authz_user.rb +0 -20
- data/cookbooks/apache2/recipes/mod_autoindex.rb +0 -22
- data/cookbooks/apache2/recipes/mod_cgi.rb +0 -20
- data/cookbooks/apache2/recipes/mod_dav.rb +0 -20
- data/cookbooks/apache2/recipes/mod_dav_fs.rb +0 -21
- data/cookbooks/apache2/recipes/mod_dav_svn.rb +0 -41
- data/cookbooks/apache2/recipes/mod_deflate.rb +0 -22
- data/cookbooks/apache2/recipes/mod_dir.rb +0 -22
- data/cookbooks/apache2/recipes/mod_env.rb +0 -20
- data/cookbooks/apache2/recipes/mod_expires.rb +0 -20
- data/cookbooks/apache2/recipes/mod_fastcgi.rb +0 -26
- data/cookbooks/apache2/recipes/mod_fcgid.rb +0 -55
- data/cookbooks/apache2/recipes/mod_headers.rb +0 -20
- data/cookbooks/apache2/recipes/mod_include.rb +0 -20
- data/cookbooks/apache2/recipes/mod_ldap.rb +0 -20
- data/cookbooks/apache2/recipes/mod_log_config.rb +0 -24
- data/cookbooks/apache2/recipes/mod_logio.rb +0 -24
- data/cookbooks/apache2/recipes/mod_mime.rb +0 -22
- data/cookbooks/apache2/recipes/mod_negotiation.rb +0 -22
- data/cookbooks/apache2/recipes/mod_perl.rb +0 -44
- data/cookbooks/apache2/recipes/mod_php5.rb +0 -77
- data/cookbooks/apache2/recipes/mod_proxy.rb +0 -22
- data/cookbooks/apache2/recipes/mod_proxy_ajp.rb +0 -21
- data/cookbooks/apache2/recipes/mod_proxy_balancer.rb +0 -20
- data/cookbooks/apache2/recipes/mod_proxy_connect.rb +0 -20
- data/cookbooks/apache2/recipes/mod_proxy_http.rb +0 -20
- data/cookbooks/apache2/recipes/mod_python.rb +0 -38
- data/cookbooks/apache2/recipes/mod_rewrite.rb +0 -20
- data/cookbooks/apache2/recipes/mod_setenvif.rb +0 -22
- data/cookbooks/apache2/recipes/mod_ssl.rb +0 -46
- data/cookbooks/apache2/recipes/mod_status.rb +0 -22
- data/cookbooks/apache2/recipes/mod_wsgi.rb +0 -38
- data/cookbooks/apache2/recipes/mod_xsendfile.rb +0 -38
- data/cookbooks/apache2/templates/default/a2dismod.erb +0 -22
- data/cookbooks/apache2/templates/default/a2dissite.erb +0 -29
- data/cookbooks/apache2/templates/default/a2enmod.erb +0 -37
- data/cookbooks/apache2/templates/default/a2ensite.erb +0 -38
- data/cookbooks/apache2/templates/default/apache2.conf.erb +0 -237
- data/cookbooks/apache2/templates/default/apache2.god.erb +0 -19
- data/cookbooks/apache2/templates/default/charset.erb +0 -6
- data/cookbooks/apache2/templates/default/default-site.erb +0 -57
- data/cookbooks/apache2/templates/default/mods/README +0 -2
- data/cookbooks/apache2/templates/default/mods/alias.conf.erb +0 -24
- data/cookbooks/apache2/templates/default/mods/auth_cas.conf.erb +0 -1
- data/cookbooks/apache2/templates/default/mods/auth_cas.load.erb +0 -1
- data/cookbooks/apache2/templates/default/mods/authopenid.load.erb +0 -1
- data/cookbooks/apache2/templates/default/mods/autoindex.conf.erb +0 -101
- data/cookbooks/apache2/templates/default/mods/deflate.conf.erb +0 -16
- data/cookbooks/apache2/templates/default/mods/dir.conf.erb +0 -5
- data/cookbooks/apache2/templates/default/mods/fastcgi.conf.erb +0 -5
- data/cookbooks/apache2/templates/default/mods/fcgid.conf.erb +0 -10
- data/cookbooks/apache2/templates/default/mods/mime.conf.erb +0 -198
- data/cookbooks/apache2/templates/default/mods/negotiation.conf.erb +0 -18
- data/cookbooks/apache2/templates/default/mods/php5.conf.erb +0 -16
- data/cookbooks/apache2/templates/default/mods/proxy.conf.erb +0 -19
- data/cookbooks/apache2/templates/default/mods/setenvif.conf.erb +0 -28
- data/cookbooks/apache2/templates/default/mods/ssl.conf.erb +0 -76
- data/cookbooks/apache2/templates/default/mods/status.conf.erb +0 -26
- data/cookbooks/apache2/templates/default/port_apache.erb +0 -2
- data/cookbooks/apache2/templates/default/ports.conf.erb +0 -6
- data/cookbooks/apache2/templates/default/security.erb +0 -50
- data/cookbooks/apache2/templates/default/web_app.conf.erb +0 -43
- data/cookbooks/apt/Berksfile +0 -8
- data/cookbooks/apt/CHANGELOG.md +0 -97
- data/cookbooks/apt/CONTRIBUTING +0 -29
- data/cookbooks/apt/LICENSE +0 -201
- data/cookbooks/apt/README.md +0 -243
- data/cookbooks/apt/TESTING.md +0 -25
- data/cookbooks/apt/attributes/default.rb +0 -4
- data/cookbooks/apt/files/default/apt-proxy-v2.conf +0 -50
- data/cookbooks/apt/metadata.json +0 -1
- data/cookbooks/apt/metadata.rb +0 -30
- data/cookbooks/apt/providers/preference.rb +0 -61
- data/cookbooks/apt/providers/repository.rb +0 -132
- data/cookbooks/apt/recipes/cacher-client.rb +0 -59
- data/cookbooks/apt/recipes/cacher-ng.rb +0 -40
- data/cookbooks/apt/recipes/default.rb +0 -68
- data/cookbooks/apt/resources/preference.rb +0 -30
- data/cookbooks/apt/resources/repository.rb +0 -40
- data/cookbooks/apt/templates/debian-6.0/acng.conf.erb +0 -174
- data/cookbooks/apt/templates/default/01proxy.erb +0 -2
- data/cookbooks/apt/templates/default/acng.conf.erb +0 -276
- data/cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb +0 -270
data/.gitignore
CHANGED
data/.travis.yml
ADDED
data/Berksfile
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1
1
|
|
2
|
-
# 0.
|
2
|
+
# 0.2.0 (unreleased)
|
3
|
+
|
4
|
+
* fix rsync command for Vagrant 1.4 compatibility ([#15](https://github.com/tknerr/vagrant-managed-servers/issues/15))
|
5
|
+
* chown synced dirs recursively ([#13](https://github.com/tknerr/vagrant-managed-servers/issues/13))
|
6
|
+
* minor README fixes ([#11](https://github.com/tknerr/vagrant-managed-servers/issues/11), [#12](https://github.com/tknerr/vagrant-managed-servers/issues/12), [#16](https://github.com/tknerr/vagrant-managed-servers/issues/16))
|
7
|
+
|
8
|
+
# 0.1.0 (released 2013-06-10)
|
3
9
|
|
4
10
|
* Initial release
|
data/Gemfile
CHANGED
@@ -6,9 +6,13 @@ group :development do
|
|
6
6
|
# We depend on Vagrant for development, but we don't add it as a
|
7
7
|
# gem dependency because we expect to be installed within the
|
8
8
|
# Vagrant environment itself using `vagrant plugin`.
|
9
|
-
gem "vagrant", "1.
|
9
|
+
gem "vagrant", "1.4.3",
|
10
10
|
:git => "https://github.com/mitchellh/vagrant.git",
|
11
|
-
:ref => "v1.
|
12
|
-
gem "berkshelf", "
|
13
|
-
|
11
|
+
:ref => "v1.4.3"
|
12
|
+
gem "vagrant-berkshelf", "1.4.0.dev1",
|
13
|
+
:git => "https://github.com/berkshelf/vagrant-berkshelf.git",
|
14
|
+
:ref => "28941db7c2f7d769b979c1d2695ac19b172a6542"
|
15
|
+
gem "vagrant-omnibus", "1.3.0",
|
16
|
+
:git => "https://github.com/schisamo/vagrant-omnibus.git",
|
17
|
+
:ref => "4c91e0f85acdaa88de5e21c5f3f61471a28455d2"
|
14
18
|
end
|
data/README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
# Vagrant ManagedServers Provider
|
2
2
|
|
3
|
+
[](https://travis-ci.org/tknerr/vagrant-managed-servers)
|
4
|
+
|
3
5
|
This is a [Vagrant](http://www.vagrantup.com) 1.2+ plugin that adds a provider for "managed servers" to Vagrant, i.e. servers for which you have SSH access but no control over their lifecycle.
|
4
6
|
|
5
|
-
Since you don't control the
|
7
|
+
Since you don't control the lifecycle:
|
6
8
|
* `up` and `destroy` are re-interpreted as "linking" / "unlinking" vagrant with a managed server
|
7
9
|
* once "linked", the `ssh` and `provision` commands work as expected and `status` shows the managed server as either "running" or "not reachable"
|
8
|
-
* `halt`, `
|
10
|
+
* `halt`, `reload` and `suspend` and `resume` are no-ops in this provider
|
9
11
|
|
10
12
|
Credits: this provider was initially based on the [vagrant-aws](https://github.com/mitchellh/vagrant-aws) provider with the AWS-specific functionality stripped out.
|
11
13
|
|
@@ -36,7 +38,7 @@ Of course prior to doing this, you'll need to obtain an managed server-compatibl
|
|
36
38
|
After installing the plugin (instructions above), the quickest way to get started is to actually use a managed server dummy box and specify the IP address / hostname of the managed server within a `config.vm.provider` block. So first, add the dummy box using any name you want:
|
37
39
|
|
38
40
|
```
|
39
|
-
$ vagrant box add dummy https://github.com/tknerr/vagrant-managed-servers/raw/master/dummy.box
|
41
|
+
$ vagrant box add dummy https://github.com/tknerr/vagrant-managed-servers/raw/master/dummy.box --provider=managed
|
40
42
|
...
|
41
43
|
```
|
42
44
|
|
data/Rakefile
CHANGED
@@ -19,3 +19,14 @@ RSpec::Core::RakeTask.new
|
|
19
19
|
|
20
20
|
# Default task is to run the unit tests
|
21
21
|
task :default => "spec"
|
22
|
+
|
23
|
+
desc "runs the acceptance \"test\" as described in README"
|
24
|
+
task :acceptance do
|
25
|
+
begin
|
26
|
+
sh "vagrant up fake_managed_server"
|
27
|
+
sh "vagrant up my_server --provider=managed"
|
28
|
+
sh "vagrant provision my_server"
|
29
|
+
ensure
|
30
|
+
sh "vagrant destroy -f"
|
31
|
+
end
|
32
|
+
end
|
data/Vagrantfile
CHANGED
@@ -4,11 +4,12 @@
|
|
4
4
|
# require plugin for testing via bundler
|
5
5
|
Vagrant.require_plugin "vagrant-managed-servers"
|
6
6
|
Vagrant.require_plugin "vagrant-omnibus"
|
7
|
+
Vagrant.require_plugin "vagrant-berkshelf"
|
7
8
|
|
8
9
|
Vagrant.configure("2") do |config|
|
9
10
|
|
10
|
-
config.omnibus.chef_version = "11.
|
11
|
-
|
11
|
+
config.omnibus.chef_version = "11.10.4"
|
12
|
+
config.berkshelf.enabled = true
|
12
13
|
|
13
14
|
#
|
14
15
|
# fake a managed server by bringing up a virtualbox vm
|
@@ -54,13 +54,15 @@ module VagrantPlugins
|
|
54
54
|
# Create the guest path
|
55
55
|
env[:machine].communicate.sudo("mkdir -p '#{guestpath}'")
|
56
56
|
env[:machine].communicate.sudo(
|
57
|
-
"chown #{ssh_info[:username]} '#{guestpath}'")
|
57
|
+
"chown -R #{ssh_info[:username]} '#{guestpath}'")
|
58
58
|
|
59
59
|
# Rsync over to the guest path using the SSH info
|
60
|
+
ssh_key_options = Array(ssh_info[:private_key_path]).map { |path| "-i '#{path}' " }.join
|
61
|
+
ssh_proxy_commands = Array(ssh_info[:proxy_command]).map { |command| "-o ProxyCommand='#{command}' "}.join
|
60
62
|
command = [
|
61
63
|
"rsync", "--verbose", "--archive", "-z",
|
62
|
-
"--exclude", ".vagrant/",
|
63
|
-
"-e", "ssh -p #{ssh_info[:port]} -o StrictHostKeyChecking=no
|
64
|
+
"--exclude", ".vagrant/", "--exclude", "Vagrantfile",
|
65
|
+
"-e", "ssh -p #{ssh_info[:port]} -o StrictHostKeyChecking=no #{ssh_key_options} #{ssh_proxy_commands}",
|
64
66
|
hostpath,
|
65
67
|
"#{ssh_info[:username]}@#{ssh_info[:host]}:#{guestpath}"]
|
66
68
|
|
@@ -15,9 +15,9 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.rubyforge_project = "vagrant-managed-servers"
|
16
16
|
|
17
17
|
s.add_development_dependency "rake"
|
18
|
-
s.add_development_dependency "rspec-core", "~> 2.
|
19
|
-
s.add_development_dependency "rspec-expectations", "~> 2.
|
20
|
-
s.add_development_dependency "rspec-mocks", "~> 2.
|
18
|
+
s.add_development_dependency "rspec-core", "~> 2.14.7"
|
19
|
+
s.add_development_dependency "rspec-expectations", "~> 2.14.5"
|
20
|
+
s.add_development_dependency "rspec-mocks", "~> 2.14.6"
|
21
21
|
|
22
22
|
# The following block of code determines the files that should be included
|
23
23
|
# in the gem. It does this by reading all the files in the directory where
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-managed-servers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-02-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ~>
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 2.
|
37
|
+
version: 2.14.7
|
38
38
|
type: :development
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ~>
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
45
|
+
version: 2.14.7
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: rspec-expectations
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - ~>
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 2.
|
53
|
+
version: 2.14.5
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 2.
|
61
|
+
version: 2.14.5
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
63
|
name: rspec-mocks
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
requirements:
|
67
67
|
- - ~>
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: 2.
|
69
|
+
version: 2.14.6
|
70
70
|
type: :development
|
71
71
|
prerelease: false
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -74,7 +74,7 @@ dependencies:
|
|
74
74
|
requirements:
|
75
75
|
- - ~>
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 2.
|
77
|
+
version: 2.14.6
|
78
78
|
description: Enables Vagrant to ssh into and provision managed servers.
|
79
79
|
email: mail@tknerr.de
|
80
80
|
executables: []
|
@@ -83,131 +83,6 @@ extra_rdoc_files: []
|
|
83
83
|
files:
|
84
84
|
- Berksfile
|
85
85
|
- CHANGELOG.md
|
86
|
-
- cookbooks/apache2/attributes/default.rb
|
87
|
-
- cookbooks/apache2/attributes/mod_auth_cas.rb
|
88
|
-
- cookbooks/apache2/attributes/mod_auth_openid.rb
|
89
|
-
- cookbooks/apache2/CHANGELOG.md
|
90
|
-
- cookbooks/apache2/CONTRIBUTING.md
|
91
|
-
- cookbooks/apache2/definitions/apache_conf.rb
|
92
|
-
- cookbooks/apache2/definitions/apache_module.rb
|
93
|
-
- cookbooks/apache2/definitions/apache_site.rb
|
94
|
-
- cookbooks/apache2/definitions/web_app.rb
|
95
|
-
- cookbooks/apache2/files/default/apache2_module_conf_generate.pl
|
96
|
-
- cookbooks/apache2/files/default/tests/minitest/default_test.rb
|
97
|
-
- cookbooks/apache2/files/default/tests/minitest/god_monitor_test.rb
|
98
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_apreq2_test.rb
|
99
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_auth_cas_test.rb
|
100
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_auth_openid_test.rb
|
101
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_cgi_test.rb
|
102
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_dav_svn_test.rb
|
103
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_fastcgi.rb
|
104
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_perl_test.rb
|
105
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_php5_test.rb
|
106
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_python_test.rb
|
107
|
-
- cookbooks/apache2/files/default/tests/minitest/mod_ssl_test.rb
|
108
|
-
- cookbooks/apache2/files/default/tests/minitest/support/helpers.rb
|
109
|
-
- cookbooks/apache2/Gemfile
|
110
|
-
- cookbooks/apache2/LICENSE
|
111
|
-
- cookbooks/apache2/metadata.json
|
112
|
-
- cookbooks/apache2/metadata.rb
|
113
|
-
- cookbooks/apache2/README.md
|
114
|
-
- cookbooks/apache2/recipes/default.rb
|
115
|
-
- cookbooks/apache2/recipes/god_monitor.rb
|
116
|
-
- cookbooks/apache2/recipes/logrotate.rb
|
117
|
-
- cookbooks/apache2/recipes/mod_alias.rb
|
118
|
-
- cookbooks/apache2/recipes/mod_apreq2.rb
|
119
|
-
- cookbooks/apache2/recipes/mod_authnz_ldap.rb
|
120
|
-
- cookbooks/apache2/recipes/mod_authn_file.rb
|
121
|
-
- cookbooks/apache2/recipes/mod_authz_default.rb
|
122
|
-
- cookbooks/apache2/recipes/mod_authz_groupfile.rb
|
123
|
-
- cookbooks/apache2/recipes/mod_authz_host.rb
|
124
|
-
- cookbooks/apache2/recipes/mod_authz_user.rb
|
125
|
-
- cookbooks/apache2/recipes/mod_auth_basic.rb
|
126
|
-
- cookbooks/apache2/recipes/mod_auth_cas.rb
|
127
|
-
- cookbooks/apache2/recipes/mod_auth_digest.rb
|
128
|
-
- cookbooks/apache2/recipes/mod_auth_openid.rb
|
129
|
-
- cookbooks/apache2/recipes/mod_autoindex.rb
|
130
|
-
- cookbooks/apache2/recipes/mod_cgi.rb
|
131
|
-
- cookbooks/apache2/recipes/mod_dav.rb
|
132
|
-
- cookbooks/apache2/recipes/mod_dav_fs.rb
|
133
|
-
- cookbooks/apache2/recipes/mod_dav_svn.rb
|
134
|
-
- cookbooks/apache2/recipes/mod_deflate.rb
|
135
|
-
- cookbooks/apache2/recipes/mod_dir.rb
|
136
|
-
- cookbooks/apache2/recipes/mod_env.rb
|
137
|
-
- cookbooks/apache2/recipes/mod_expires.rb
|
138
|
-
- cookbooks/apache2/recipes/mod_fastcgi.rb
|
139
|
-
- cookbooks/apache2/recipes/mod_fcgid.rb
|
140
|
-
- cookbooks/apache2/recipes/mod_headers.rb
|
141
|
-
- cookbooks/apache2/recipes/mod_include.rb
|
142
|
-
- cookbooks/apache2/recipes/mod_ldap.rb
|
143
|
-
- cookbooks/apache2/recipes/mod_logio.rb
|
144
|
-
- cookbooks/apache2/recipes/mod_log_config.rb
|
145
|
-
- cookbooks/apache2/recipes/mod_mime.rb
|
146
|
-
- cookbooks/apache2/recipes/mod_negotiation.rb
|
147
|
-
- cookbooks/apache2/recipes/mod_perl.rb
|
148
|
-
- cookbooks/apache2/recipes/mod_php5.rb
|
149
|
-
- cookbooks/apache2/recipes/mod_proxy.rb
|
150
|
-
- cookbooks/apache2/recipes/mod_proxy_ajp.rb
|
151
|
-
- cookbooks/apache2/recipes/mod_proxy_balancer.rb
|
152
|
-
- cookbooks/apache2/recipes/mod_proxy_connect.rb
|
153
|
-
- cookbooks/apache2/recipes/mod_proxy_http.rb
|
154
|
-
- cookbooks/apache2/recipes/mod_python.rb
|
155
|
-
- cookbooks/apache2/recipes/mod_rewrite.rb
|
156
|
-
- cookbooks/apache2/recipes/mod_setenvif.rb
|
157
|
-
- cookbooks/apache2/recipes/mod_ssl.rb
|
158
|
-
- cookbooks/apache2/recipes/mod_status.rb
|
159
|
-
- cookbooks/apache2/recipes/mod_wsgi.rb
|
160
|
-
- cookbooks/apache2/recipes/mod_xsendfile.rb
|
161
|
-
- cookbooks/apache2/templates/default/a2dismod.erb
|
162
|
-
- cookbooks/apache2/templates/default/a2dissite.erb
|
163
|
-
- cookbooks/apache2/templates/default/a2enmod.erb
|
164
|
-
- cookbooks/apache2/templates/default/a2ensite.erb
|
165
|
-
- cookbooks/apache2/templates/default/apache2.conf.erb
|
166
|
-
- cookbooks/apache2/templates/default/apache2.god.erb
|
167
|
-
- cookbooks/apache2/templates/default/charset.erb
|
168
|
-
- cookbooks/apache2/templates/default/default-site.erb
|
169
|
-
- cookbooks/apache2/templates/default/mods/alias.conf.erb
|
170
|
-
- cookbooks/apache2/templates/default/mods/authopenid.load.erb
|
171
|
-
- cookbooks/apache2/templates/default/mods/auth_cas.conf.erb
|
172
|
-
- cookbooks/apache2/templates/default/mods/auth_cas.load.erb
|
173
|
-
- cookbooks/apache2/templates/default/mods/autoindex.conf.erb
|
174
|
-
- cookbooks/apache2/templates/default/mods/deflate.conf.erb
|
175
|
-
- cookbooks/apache2/templates/default/mods/dir.conf.erb
|
176
|
-
- cookbooks/apache2/templates/default/mods/fastcgi.conf.erb
|
177
|
-
- cookbooks/apache2/templates/default/mods/fcgid.conf.erb
|
178
|
-
- cookbooks/apache2/templates/default/mods/mime.conf.erb
|
179
|
-
- cookbooks/apache2/templates/default/mods/negotiation.conf.erb
|
180
|
-
- cookbooks/apache2/templates/default/mods/php5.conf.erb
|
181
|
-
- cookbooks/apache2/templates/default/mods/proxy.conf.erb
|
182
|
-
- cookbooks/apache2/templates/default/mods/README
|
183
|
-
- cookbooks/apache2/templates/default/mods/setenvif.conf.erb
|
184
|
-
- cookbooks/apache2/templates/default/mods/ssl.conf.erb
|
185
|
-
- cookbooks/apache2/templates/default/mods/status.conf.erb
|
186
|
-
- cookbooks/apache2/templates/default/ports.conf.erb
|
187
|
-
- cookbooks/apache2/templates/default/port_apache.erb
|
188
|
-
- cookbooks/apache2/templates/default/security.erb
|
189
|
-
- cookbooks/apache2/templates/default/web_app.conf.erb
|
190
|
-
- cookbooks/apt/attributes/default.rb
|
191
|
-
- cookbooks/apt/Berksfile
|
192
|
-
- cookbooks/apt/CHANGELOG.md
|
193
|
-
- cookbooks/apt/CONTRIBUTING
|
194
|
-
- cookbooks/apt/files/default/apt-proxy-v2.conf
|
195
|
-
- cookbooks/apt/LICENSE
|
196
|
-
- cookbooks/apt/metadata.json
|
197
|
-
- cookbooks/apt/metadata.rb
|
198
|
-
- cookbooks/apt/providers/preference.rb
|
199
|
-
- cookbooks/apt/providers/repository.rb
|
200
|
-
- cookbooks/apt/README.md
|
201
|
-
- cookbooks/apt/recipes/cacher-client.rb
|
202
|
-
- cookbooks/apt/recipes/cacher-ng.rb
|
203
|
-
- cookbooks/apt/recipes/default.rb
|
204
|
-
- cookbooks/apt/resources/preference.rb
|
205
|
-
- cookbooks/apt/resources/repository.rb
|
206
|
-
- cookbooks/apt/templates/debian-6.0/acng.conf.erb
|
207
|
-
- cookbooks/apt/templates/default/01proxy.erb
|
208
|
-
- cookbooks/apt/templates/default/acng.conf.erb
|
209
|
-
- cookbooks/apt/templates/ubuntu-10.04/acng.conf.erb
|
210
|
-
- cookbooks/apt/TESTING.md
|
211
86
|
- dummy.box
|
212
87
|
- Gemfile
|
213
88
|
- lib/vagrant-managed-servers/action/is_created.rb
|
@@ -234,6 +109,7 @@ files:
|
|
234
109
|
- vagrant-managed-servers.gemspec
|
235
110
|
- Vagrantfile
|
236
111
|
- .gitignore
|
112
|
+
- .travis.yml
|
237
113
|
homepage: https://github.com/tknerr/vagrant-managed-servers
|
238
114
|
licenses: []
|
239
115
|
post_install_message:
|
@@ -248,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
248
124
|
version: '0'
|
249
125
|
segments:
|
250
126
|
- 0
|
251
|
-
hash:
|
127
|
+
hash: 532192833
|
252
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
253
129
|
none: false
|
254
130
|
requirements:
|
@@ -1,95 +0,0 @@
|
|
1
|
-
## v1.2.0:
|
2
|
-
|
3
|
-
* [COOK-692] - delete package conf.d files in module recipes, for EL
|
4
|
-
* [COOK-1693] - Foodcritic finding for unnecessary string interpolation
|
5
|
-
* [COOK-1757] - platform_family and better style / usage practices
|
6
|
-
|
7
|
-
## v1.1.16:
|
8
|
-
|
9
|
-
re-releasing as .16 due to error on tag 1.1.14
|
10
|
-
|
11
|
-
* [COOK-1466] - add `mod_auth_cas` recipe
|
12
|
-
* [COOK-1609] - apache2 changes ports.conf twice per run when using
|
13
|
-
apache2::mod_ssl
|
14
|
-
|
15
|
-
## v1.1.12:
|
16
|
-
|
17
|
-
* [COOK-1436] - restore apache2 web_app definition
|
18
|
-
* [COOK-1356] - allow ExtendedStatus via attribute
|
19
|
-
* [COOK-1403] - add mod_fastcgi recipe
|
20
|
-
|
21
|
-
## v1.1.10:
|
22
|
-
|
23
|
-
* [COOK-1315] - allow the default site to not be enabled
|
24
|
-
* [COOK-1328] - cookbook tests (minitest, cucumber)
|
25
|
-
|
26
|
-
## v1.1.8:
|
27
|
-
|
28
|
-
* Some platforms with minimal installations that don't have perl won't
|
29
|
-
have a `node['languages']['perl']` attribute, so remove the
|
30
|
-
conditional and rely on the power of idempotence in the package
|
31
|
-
resource.
|
32
|
-
* [COOK-1214] - address foodcritic warnings
|
33
|
-
* [COOK-1180] - add `mod_logio` and fix `mod_proxy`
|
34
|
-
|
35
|
-
## v1.1.6:
|
36
|
-
|
37
|
-
FreeBSD users: This release requires the `freebsd` cookbook. See README.md.
|
38
|
-
|
39
|
-
* [COOK-1025] - freebsd support in mod_php5 recipe
|
40
|
-
|
41
|
-
## v1.1.4:
|
42
|
-
|
43
|
-
* [COOK-1100] - support amazon linux
|
44
|
-
|
45
|
-
## v1.1.2:
|
46
|
-
|
47
|
-
* [COOK-996] - apache2::mod_php5 can cause PHP and module API mismatches
|
48
|
-
* [COOK-1083] - return string for v_f_p and use correct value for
|
49
|
-
default
|
50
|
-
|
51
|
-
## v1.1.0:
|
52
|
-
|
53
|
-
* [COOK-861] - Add `mod_perl` and apreq2
|
54
|
-
* [COOK-941] - fix `mod_auth_openid` on FreeBSD
|
55
|
-
* [COOK-1021] - add a commented-out LoadModule directive to keep apxs happy
|
56
|
-
* [COOK-1022] - consistency for icondir attribute
|
57
|
-
* [COOK-1023] - fix platform test for attributes
|
58
|
-
* [COOK-1024] - fix a2enmod script so it runs cleanly on !bash
|
59
|
-
* [COOK-1026] - fix `error_log` location on FreeBSD
|
60
|
-
|
61
|
-
## v1.0.8:
|
62
|
-
|
63
|
-
* COOK-548 - directory resource doesn't have backup parameter
|
64
|
-
|
65
|
-
## v1.0.6:
|
66
|
-
|
67
|
-
* COOK-915 - update to `mod_auth_openid` version 0.6, see __Recipes/mod_auth_openid__ below.
|
68
|
-
* COOK-548 - Add support for FreeBSD.
|
69
|
-
|
70
|
-
## v1.0.4:
|
71
|
-
|
72
|
-
* COOK-859 - don't hardcode module paths
|
73
|
-
|
74
|
-
## v1.0.2
|
75
|
-
|
76
|
-
* Tickets resolved in this release: COOK-788, COOK-782, COOK-780
|
77
|
-
|
78
|
-
## v1.0.0
|
79
|
-
|
80
|
-
* Red Hat family support is greatly improved, all recipes except `god_monitor` converge.
|
81
|
-
* Recipe `mod_auth_openid` now works on RHEL family distros
|
82
|
-
* Recipe `mod_php5` will now remove config from package on RHEL family so it doesn't conflict with the cookbook's.
|
83
|
-
* Added `php5.conf.erb` template for `mod_php5` recipe.
|
84
|
-
* Create the run state directory for `mod_fcgid` to prevent a startup error on RHEL version 6.
|
85
|
-
* New attribute `node['apache']['lib_dir']` to handle lib vs lib64 on RHEL family distributions.
|
86
|
-
* New attribute `node['apache']['group']`.
|
87
|
-
* Scientific Linux support added.
|
88
|
-
* Use a file resource instead of the generate-module-list executed perl script on RHEL family.
|
89
|
-
* "default" site can now be disabled.
|
90
|
-
* web_app now has an "enable" parameter.
|
91
|
-
* Support for dav_fs apache module.
|
92
|
-
* Tickets resolved in this release: COOK-754, COOK-753, COOK-665, COOK-624, COOK-579, COOK-519, COOK-518
|
93
|
-
* Fix node references in template for a2dissite
|
94
|
-
* Use proper user and group attributes on files and templates.
|
95
|
-
* Replace the anemic README.rdoc with this new and improved superpowered README.md :).
|