summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/client_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/client_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/client_data_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/data_handler/client_data_handler.rb b/lib/chef/chef_fs/data_handler/client_data_handler.rb
index 5bcbd4e373..421a463c2f 100644
--- a/lib/chef/chef_fs/data_handler/client_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/client_data_handler.rb
@@ -11,7 +11,7 @@ class Chef
'clientname' => remove_dot_json(entry.name),
'admin' => false,
'validator' => false,
- 'chef_type' => 'client'
+ 'chef_type' => 'client',
}
# Handle the fact that admin/validator have changed type from string -> boolean
client['admin'] = (client['admin'] == 'true') if client['admin'].is_a?(String)