OSDN Git Service

adds workaround for `check_all_disks` command failure.
[metasearch/grid-chef-repo.git] / roles / nameservice-master.rb
index 4d2cd3c..cac83bc 100644 (file)
@@ -2,8 +2,8 @@ name 'nameservice-master'
 description 'The NameService (Kerberos and LDAP) master role'
 
 run_list(
-  'recipe[node_commons]',
-  'recipe[krb5::client]',
+  'role[node_commons]',
+  'role[krb5-client]',
   'recipe[krb5::admin]'
 )