OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / yum-epel.rb
index 2edfc35..f0f040b 100644 (file)
@@ -3,10 +3,9 @@ description 'Extra Packages for Enterprise Linux. this role does nothing in othe
 
 run_list(
   'recipe[yum]',  # for loading default attributes.
-  'recipe[node_commons::yum-epel]'
+  'recipe[commons::yum-epel]'
 )
 
-#run_list "recipe[apache2]", "recipe[apache2::mod_ssl]", "role[monitor]"
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
 #override_attributes "apache2" => { "max_children" => "50" }