Commit 64fe0a9d7e5f60baec0853d26b672e6e0685e81d
1 parent
e93eb3c83b
update tons of modules, nginx is behaving very weirdly
Showing 10 changed files with 21 additions and 13 deletions Side-by-side Diff
- Puppetfile
- Puppetfile.lock
- manifests/site.pp
- vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz
- vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
- vendor/puppet/cache/boxen-puppet-homebrew-0.0.3.tar.gz
- vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz
- vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
- vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
- vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
Puppetfile
... | ... | @@ -7,12 +7,13 @@ |
7 | 7 | # Includes many of our custom types and providers, as well as global |
8 | 8 | # config. Required. |
9 | 9 | |
10 | -mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen" | |
11 | -mod "git", "0.0.2", :github_tarball => "boxen/puppet-git" | |
12 | -mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew" | |
13 | -mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" | |
14 | -mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" | |
15 | -mod "ruby", "0.0.5", :github_tarball => "boxen/puppet-ruby" | |
10 | +mod "boxen", "0.0.11", :github_tarball => "boxen/puppet-boxen" | |
11 | +mod "git", "0.0.2", :github_tarball => "boxen/puppet-git" | |
12 | +mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" | |
13 | +mod "nginx", "0.0.1", :github_tarball => "boxen/puppet-nginx" | |
14 | +mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" | |
15 | +mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" | |
16 | +mod "ruby", "0.0.6", :github_tarball => "boxen/puppet-ruby" | |
16 | 17 | |
17 | 18 | # Core modules for a basic development environment. |
18 | 19 | # You can replace some/most of those if you want, but it's not recommended. |
Puppetfile.lock
1 | 1 | GITHUBTARBALL |
2 | 2 | remote: boxen/puppet-boxen |
3 | 3 | specs: |
4 | - boxen (0.0.9) | |
4 | + boxen (0.0.11) | |
5 | 5 | |
6 | 6 | GITHUBTARBALL |
7 | 7 | remote: boxen/puppet-git |
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | GITHUBTARBALL |
12 | 12 | remote: boxen/puppet-homebrew |
13 | 13 | specs: |
14 | - homebrew (0.0.3) | |
14 | + homebrew (0.0.4) | |
15 | 15 | |
16 | 16 | GITHUBTARBALL |
17 | 17 | remote: boxen/puppet-hub |
... | ... | @@ -24,6 +24,11 @@ |
24 | 24 | inifile (0.0.1) |
25 | 25 | |
26 | 26 | GITHUBTARBALL |
27 | + remote: boxen/puppet-nginx | |
28 | + specs: | |
29 | + nginx (0.0.1) | |
30 | + | |
31 | +GITHUBTARBALL | |
27 | 32 | remote: boxen/puppet-nodejs |
28 | 33 | specs: |
29 | 34 | nodejs (0.0.1) |
... | ... | @@ -41,7 +46,7 @@ |
41 | 46 | GITHUBTARBALL |
42 | 47 | remote: boxen/puppet-ruby |
43 | 48 | specs: |
44 | - ruby (0.0.5) | |
49 | + ruby (0.0.6) | |
45 | 50 | |
46 | 51 | GITHUBTARBALL |
47 | 52 | remote: boxen/puppet-sudo |
48 | 53 | |
49 | 54 | |
50 | 55 | |
... | ... | @@ -49,14 +54,15 @@ |
49 | 54 | sudo (0.0.1) |
50 | 55 | |
51 | 56 | DEPENDENCIES |
52 | - boxen (= 0.0.9) | |
57 | + boxen (= 0.0.11) | |
53 | 58 | git (= 0.0.2) |
54 | - homebrew (= 0.0.3) | |
59 | + homebrew (= 0.0.4) | |
55 | 60 | hub (= 0.0.1) |
56 | 61 | inifile (= 0.0.1) |
62 | + nginx (= 0.0.1) | |
57 | 63 | nodejs (= 0.0.1) |
58 | 64 | nvm (= 0.0.5) |
59 | 65 | rbenv (= 0.0.2) |
60 | - ruby (= 0.0.5) | |
66 | + ruby (= 0.0.6) | |
61 | 67 | sudo (= 0.0.1) |
manifests/site.pp
vendor/puppet/cache/boxen-puppet-boxen-0.0.11.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-homebrew-0.0.3.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-nginx-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
No preview for this file type