OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / chef_utils.rb
index bd9d501..565c4fb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2013, whitestar
+# Copyright 2013-2015, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,15 +19,19 @@ description 'Chef utility libraries'
 
 run_list(
   'recipe[chef_utils::default]',
-  #'role[berkshelf]',
+  'role[berkshelf]',
   #'role[librarian-chef]',
   #'role[spiceweasel]',
   #'role[knife-cloud-plugins]',
+  'role[knife-solo]',
+  'recipe[chef_utils::chefspec]',
+  'recipe[chef_utils::knife-acl]',
   'recipe[chef_utils::knife-push]',
   'recipe[chef_utils::knife-reporting]',
-  'role[knife-solo]',
+  'recipe[chef_utils::knife-spec]',
 )
 
 #env_run_lists()
 #default_attributes()
 #override_attributes()
+