Skip to content

Commit

Permalink
Merge pull request #31 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
zilchms authored Feb 15, 2024
2 parents 569597c + 6b6e5b7 commit 4070fea
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 4070fea

Please sign in to comment.