Skip to content

Commit

Permalink
Merge pull request #58 from voxpupuli/remove-legacy-top-scope-syntax
Browse files Browse the repository at this point in the history
Remove legacy top-scope syntax
  • Loading branch information
kenyon authored Nov 23, 2023
2 parents 0c9fcec + fc8c9e4 commit fed6cf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ makes life easier.
### Usage

```puppet
include ::jolokia
include jolokia
```

After this statement you should be able to extend your JVMs' `JAVA_OPTS` with
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'jolokia::config', type: :define do
let :pre_condition do
'include ::jolokia'
'include jolokia'
end
let(:title) { 'puppetserver' }
let(:params) do
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/policy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'jolokia::policy', type: :define do
let :pre_condition do
'include ::jolokia'
'include jolokia'
end
let(:title) { 'security' }
let(:params) do
Expand Down

0 comments on commit fed6cf6

Please sign in to comment.