summaryrefslogtreecommitdiff
path: root/lib/chef/resource/habitat_user_toml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/habitat_user_toml.rb')
-rw-r--r--lib/chef/resource/habitat_user_toml.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/habitat_user_toml.rb b/lib/chef/resource/habitat_user_toml.rb
index 723bfdc427..92434650cc 100644
--- a/lib/chef/resource/habitat_user_toml.rb
+++ b/lib/chef/resource/habitat_user_toml.rb
@@ -16,7 +16,6 @@ require_relative "../resource"
class Chef
class Resource
class HabitatUserToml < Chef::Resource
- unified_mode true
provides :habitat_user_toml
description "Use the **habitat_user_toml** to template a `user.toml` for Chef Habitat services. Configurations set in the `user.toml` override the `default.toml` for a given package, which makes it an alternative to applying service group level configuration."