Skip to content

Commit

Permalink
added requirement for unzip.managed, and unzip.managed dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nagey committed Jan 10, 2013
1 parent 257deb0 commit 84f4237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.rb
Expand Up @@ -140,7 +140,7 @@ def server_names


dep 'configured.nginx', :nginx_prefix do dep 'configured.nginx', :nginx_prefix do
nginx_prefix.default!('/opt/nginx') # This is required because nginx.src might be cached. nginx_prefix.default!('/opt/nginx') # This is required because nginx.src might be cached.
requires 'nginx.src'.with(:nginx_prefix => nginx_prefix), 'www user and group', 'nginx.logrotate' requires 'nginx.src'.with(:nginx_prefix => nginx_prefix), 'www user and group', 'nginx.logrotate', "unzip.managed"
met? { met? {
Babushka::Renderable.new(nginx_conf).from?(dependency.load_path.parent / "nginx/nginx.conf.erb") Babushka::Renderable.new(nginx_conf).from?(dependency.load_path.parent / "nginx/nginx.conf.erb")
} }
Expand Down
1 change: 1 addition & 0 deletions packages.rb
Expand Up @@ -130,6 +130,7 @@
dep 'tmux.bin' dep 'tmux.bin'
dep 'traceroute.bin' dep 'traceroute.bin'
dep 'tree.bin' dep 'tree.bin'
dep 'unzip.managed'
dep 'vim.bin' dep 'vim.bin'
dep 'wget.managed' dep 'wget.managed'
dep 'yaml headers.managed' do dep 'yaml headers.managed' do
Expand Down

0 comments on commit 84f4237

Please sign in to comment.