diff --git a/resources/config.rb b/resources/config.rb index d24c232..25a0e85 100644 --- a/resources/config.rb +++ b/resources/config.rb @@ -18,6 +18,7 @@ resource_name :hab_config provides :hab_config +unified_mode true property :config, Mash, required: true, diff --git a/resources/install.rb b/resources/install.rb index 0b3e6fe..0ee3d16 100644 --- a/resources/install.rb +++ b/resources/install.rb @@ -21,6 +21,7 @@ resource_name :hab_install provides :hab_install +unified_mode true property :name, String, default: '' # The following are only used on *nix diff --git a/resources/service.rb b/resources/service.rb index 03f747d..b0c2643 100644 --- a/resources/service.rb +++ b/resources/service.rb @@ -16,6 +16,7 @@ resource_name :hab_service provides :hab_service +unified_mode true property :service_name, String, name_property: true property :loaded, [true, false], default: false diff --git a/resources/user_toml.rb b/resources/user_toml.rb index 5ec30ed..b665b42 100644 --- a/resources/user_toml.rb +++ b/resources/user_toml.rb @@ -13,6 +13,7 @@ # See the License for the specific language governing resource_name :hab_user_toml provides :hab_user_toml +unified_mode true property :config, Mash, required: true,