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 authored and zilchms committed Feb 15, 2024
1 parent 569597c commit 6b6e5b7
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 @@ -36,7 +36,7 @@ You can use the module [stahnma-epel](https://forge.puppetlabs.com/stahnma/epel)
### Beginning with monit

```puppet
include ::monit
include monit
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Using puppet_apply as a helper
it 'works with no errors' do
pp = <<-EOS
include ::monit
include monit
EOS

# Run it twice and test for idempotency
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'monit::check' do
let :pre_condition do
'include ::monit'
'include monit'
end
let(:title) { 'test' }

Expand Down

0 comments on commit 6b6e5b7

Please sign in to comment.