OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / yum-epel.rb
index 35c7c2b..f0f040b 100644 (file)
@@ -3,7 +3,7 @@ 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]'
 )
 
 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []