Skip to content

Commit

Permalink
Remove legacy top-scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Nov 23, 2023
1 parent 3330f4b commit e1e573c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
```
Expand Down

0 comments on commit e1e573c

Please sign in to comment.