Skip to content

Instantly share code, notes, and snippets.

@intinig
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intinig/328c05d0b52772af32e2 to your computer and use it in GitHub Desktop.
Save intinig/328c05d0b52772af32e2 to your computer and use it in GitHub Desktop.
source "https://supermarket.getchef.com"
cookbook "apt"
cookbook "chef_handler"
cookbook "yum"
cookbook "simulator", git: "git@github.com:riotgameseurope/simulator.git"
source "https://supermarket.getchef.com"
def opsworks_cookbook cb
cookbook cb, github: "aws/opsworks-cookbooks", branch: "release-chef-11.10", rel: cb
end
%w(opsworks_commons mod_php5_apache2 ssh_users opsworks_agent_monit opsworks_java opsworks_aws_flow_ruby opsworks_initial_setup scm_helper opsworks_nodejs gem_support dependencies deploy).each do |cb|
opsworks_cookbook cb
end
Unable to satisfy constraints on package deploy, which does not exist, due to solution constraint (simulator = 0.0.1). Solution constraints that may result in a constraint on deploy: [(simulator = 0.0.1) -> (deploy >= 0.0.0)]
Missing artifacts: deploy
Demand that cannot be met: (simulator = 0.0.1)
Unable to find a solution for demands: apt (2.6.0), chef_handler (1.1.6), yum (3.3.2), simulator (0.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment