Skip to content

Commit fd209cf

Browse files
committed
README: don't use deprecated top-scope syntax
1 parent dd3c5d3 commit fd209cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class { 'lvm':
7878
This could be really convenient when used with hiera:
7979

8080
```puppet
81-
include ::lvm
81+
include lvm
8282
```
8383
and
8484
```yaml

0 commit comments

Comments
 (0)