From e1e573ce5b7f07b3dbdb678d9d1d5712884cc003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 22 Nov 2023 16:35:50 -1000 Subject: [PATCH] Remove legacy top-scope syntax --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2686305..009b569 100644 --- a/README.markdown +++ b/README.markdown @@ -71,13 +71,13 @@ It is safe for all nodes to use this declaration. Any non-VMware or unsupported system will skip installation of the tools. ```puppet -include ::openvmtools +include openvmtools ``` To include the desktop software, set the following parameter: ```puppet -class { '::openvmtools': +class { 'openvmtools': with_desktop => true, } ```